Leveraging AI to Supercharge Your WordPress Business Website
In today’s competitive digital landscape, every business website needs an edge to...
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 today’s competitive digital landscape, every business website needs an edge to...
WordPress has come a long way since its humble beginnings in 2003....
In the ever-evolving landscape of website development, staying ahead of the curve...
If you’re a start up business, a sole trader or a small business, it is inevitable that you are going...
In the early days (2003), WordPress was essentially a blogging tool and quite limited in how you could build with...
I came across this when looking for a purpose built, fully customisable calendar - https://fullcalendar.io/ Im just starting to work with...