Why I Love WordPress
In the early days (2003), WordPress was essentially a blogging tool and...
15.Feb.2016 | Code Snippets, Wordpress
This snippet of PHP can come in handy for removing the empty spaces in a string.
Here is it being used to remove the empty spaces in the telephone number using ACF.
<?php echo str_replace(' ', '', get_field('your_field')); ?>
Share
In the early days (2003), WordPress was essentially a blogging tool and...
To allow the editor user role to have full access to Gravity...
Add this code to your functions.php file to add the dimensions to...
Being a freelance web designer, I’m lucky enough to be able to work anywhere in the country… as long as...
A nice solution for a custom WordPress Ajax login form without using a plugin. Place this anywhere you would like...
I came across this when looking for a purpose built, fully customisable calendar - https://fullcalendar.io/ Im just starting to work with...