Contact!

WordPress

Posts in this category:

Create, register and use shortcodes in WordPress

Create, register and use shortcodes in WordPress

by Gav 18/03/2023

Learn how to create and register your own WordPress shortcodes to add dynamic content to your posts and pages.

WordPress development environment, Docker Compose

WordPress development environment, Docker Compose

by Gav 15/02/2023

Set up a WordPress development environment using Docker Compose. Includes a Docker container with WordPress, MySQL and phpMyAdmin services.

Create custom image and thumbnail sizes in WordPress

Create custom image and thumbnail sizes in WordPress

by Gav 28/02/2021

Let's look at how to create and register our own custom image and thumbnail sizes and use them within our WordPress posts and pages.

Regenerate WordPress media image sizes, programmatically

Regenerate WordPress media image sizes, programmatically

by Gav 25/02/2021

Learn how to regenerate and update WordPress media and image sizes both programmatically (without plugin), and also with a handy plugin.

Gutenberg editor width

Changing the width of the WordPress Gutenberg editor

by Gav 30/10/2019

Would you like to change the default width of the WordPress Gutenberg editor? Let me show you how to inject some admin styles to make it more comfortable.

wordpress

Adding fields to the WordPress REST API

by Gav 17/04/2019

The WordPress REST API is an incredibly useful and flexible tool. Find out how to expose additional fields in this article.

wordpress

Object oriented plugin skeleton for WordPress

by Gav 15/04/2019

This tutorial will show you how to build a WordPress plugin in an object oriented way and provide you with a basic skeleton for future plugin projects.

wordpress

How to enqueue scripts and style sheets in WordPress

by Gav 19/10/2018

Enqueuing Script and Style sheets is bread and butter for any WordPress developer wanting to make custom templates and plugins. This quick how-to will get you started.

Comments

Adding comments to a WordPress theme template

by Gav 19/10/2018

Ever wondered how to add comments to a WordPress theme template? It is a lot easier than you might think. This guide will help you get quick results.

;