Wordpress

9 Articles

WordPress & Webpack – “Hey, that’s pretty easy!”

Webpack is awesome – and using it with wordpress is easy! Beyond performance increases – Webpack can greatly improve your development experience....

Read More

Changing the backorder message in Woocommerce

A client walks into a bar and asks me “can I change the backorder message in woocommerce?” I reply: “Of course! 😀” Setup The...

Read More

Using a Highlight.js with GatsbyJS & WordPress

GatsbyJS is awesome because it allows developers to quickly design, develop and deploy projects. Gatsby sites are automatically optimized for speed...

Read More

Gatsby + WordPress Menu API

GatsbyJS and WordPress work beautifully together – you get to keep using the familiar WordPress backend while running react in the front. Getting...

Read More

Using wc_get_template from a plugin

wc_get_template is great for breaking up a complex plugin into simpler parts. By default wc_get_template is designed to search in /wp-content/plugins/woocommerce...

Read More

How to add Bootstrap columns to WooCommerce Shop Page

If you prefer the Bootstrap Grid System over the default woocommerce column setup then it requires a few lines of code to get going. This is one of...

Read More

How to add Free Gifts on Woocommerce Programmatically

A client wanted a free pack of blades to be automatically added to when a customer added 20 knives to their cart. This seemed like good information...

Read More

How to Setup WP-CLI on WordPress Server

Setting up WP-CLI is super easy and can be done in just a few steps. Installation First download WP-CLI using curl or wget. Next check if it worked....

Read More

How to create a WordPress plugin

Creating the plugin WordPress plugins make it easy for anyone to modify a WordPress website. First, create the folder ‘gerrg-wordpress-plugin‘....

Read More