Topic Archives

Code Snippet

How to Build a Custom WordPress Block With Telex

How to Build a Custom WordPress Block With Telex

Learn how Telex from Automattic helps you build custom WordPress blocks with plain language prompts, test them in Playground, and export them as installable plugins.

Why a Modular Approach Is Better for WordPress Development

Why a Modular Approach Is Better for WordPress Development

A modular approach to WordPress development offers a new way to build and manage projects. We’ll cover what it is, how it works, and how it can improve your workflow.

How to Add Conditional Logic to Your WordPress Theme

How to Add Conditional Logic to Your WordPress Theme

We take a look at a few of the more commonly used Conditional Tags and how you might implement them into your own WordPress site.

How to Use ChatGPT to Export Data from a WordPress Database

How to Use ChatGPT to Export Data from a WordPress Database

Learn how ChatGPT can help extract data from multiple WordPress plugins for quicker and easier data handling.

How to Use AI to Build a WordPress Related Posts Plugin

How to Use AI to Build a WordPress Related Posts Plugin

Learn how to create a simple related posts plugin for WordPress to demonstrate AI’s potential. It’s not going to rival commercial solutions, but it delivers a functional base that can be improved as needed.

8 Handy AI Prompts to Speed Up Your WordPress Workflow

8 Handy AI Prompts to Speed Up Your WordPress Workflow

We share a collection of AI prompts that will help both experts and casual users speed up their WordPress development and content creation workflows.

A Quick Guide to Escaping PHP Data in WordPress

A Quick Guide to Escaping PHP Data in WordPress

Learn how to escape PHP data in WordPress to prevent security vulnerabilities. This quick guide helps developers write safer, more secure code.

An Introduction to WordPress Child Themes

An Introduction to WordPress Child Themes

WordPress child themes protect custom theme changes from being overwritten during updates. Learn what files they need, how to set one up, and what to watch for when a parent theme changes.

How to Create a Custom Color Palette for the WordPress Gutenberg Editor

How to Create a Custom Color Palette for the WordPress Gutenberg Editor

A custom Gutenberg color palette can keep block layouts on brand and help avoid poor contrast choices. Learn how to set approved colors in functions.php and support them with theme CSS.

An Introduction to WordPress Block Themes

An Introduction to WordPress Block Themes

An introduction into the basics of WordPress block themes, and discussion on how they compare and contrast to traditional themes.

How CSS Variables Can Improve Efficiency & Consistency

How CSS Variables Can Improve Efficiency & Consistency

Learn how CSS variables can improve efficiency and consistency in your projects, allowing for easier maintenance and streamlined updates.

How to Avoid Common WordPress Theme Development Mistakes

How to Avoid Common WordPress Theme Development Mistakes