Skip to main content

Batch script to update WooCommerce product titles

I had a client who had named all of his 600+ products to uppercase and Google Shopping was not allowing the products to be indexed because of this.
To automatically rename the Woocommerce Product titles, I ran this script:

This will loop through each product and rename the titles to capitalised using php UCWORDS()

For example: MY PRODUCT will be renamed to My Product.

Read More

Use Advanced Custom Fields (ACF) to create a slider in WordPress

Advanced Custom fields is an awesome must-have WordPress plugin for any WordPress developer. It makes the setup of custom fields and functionality a breeze. In this video, I’ll show you how to use ACF and Flexslider to make an easy to update and maintain slider in WordPress.

Read More