WooCommerce Developers Tips: Top 5

/ Wordpress / by Paul Robinson / 0 comments

I’ve recently been working on a WordPress theme which also involved adding a custom theme for the popular E-Commerce WordPress plugin WooCommerce. So to that end I’ve created a list of the 5 most helpful tips I can think of for those looking to start developing themes for the WooCommerce plugin. Work With WooCommerce This has to be one of […]

Read more

4 Simple SEO Optimization Tips

/ Misc / by Ry Ryan / 7 Comments

Time for another guest post. This time we have a guest post from SEO consultant Ry Ryan giving 4 simple tips that might just improve your Search Engine ranking.

Read more

PHP Tip #6: str_replace Is Faster

/ PHP / by Paul Robinson / 1 Comment

This is probably a very well known tip, but for those new to PHP it’s handy. When needing to replace something try & use str_replace instead of preg_replace. Always remember that REGEX is costly & should only be used when it is really needed. If you need to do a case insensitive replace then use str_ireplace.

Read more

PHP Tip #2: Is_Numeric() Is A Very Useful Thing

/ PHP / by Paul Robinson / 4 Comments

The second in my series of PHP tips is to do with the extremely handy is_numeric(). When allowing user input it’s extremely important to check the input for attacks. The most common piece of information handed to MySQL is an ID, but novice coders can get confused with how to check the input. The main problem is that you only […]

Read more

I'll keep your WordPress site up-to-date and working to its best.

Find out more