Topic Archives

Code Snippet

How to Use WooCommerce Hooks to Customize Your Store

How to Use WooCommerce Hooks to Customize Your Store

WooCommerce hooks let developers customize store pages without editing plugin templates. Learn how actions and filters work, with examples for adding cart content and changing shop text.

Simple Ways to Customize & Add Functionality to WordPress Plugins

Simple Ways to Customize & Add Functionality to WordPress Plugins

Extending a WordPress plugin doesn’t require expert knowledge. Mostly all you need is an understanding of PHP & HTML is all you need.

How to Create a Custom User Role in WordPress

How to Create a Custom User Role in WordPress

We take a look at what custom user roles are in WordPress, why you’d want to use them, and a few different techniques for creating them.

How to Improve Custom WordPress Plugins with Plugin Check

How to Improve Custom WordPress Plugins with Plugin Check

If you need functionality that doesn’t exist in the WordPress ecosystem, you can quickly build a custom plugin. But how do you know if that plugin meets WordPress standards? You use Plugin Check.

How to Create Next & Previous Links in WordPress Posts

How to Create Next & Previous Links in WordPress Posts

WordPress includes simple functions for next and previous post navigation. Learn how to add them to your theme, limit links by category, and give readers an easier way to move between posts.

How to Style Wide & Full-Width Gutenberg Blocks in WordPress

How to Style Wide & Full-Width Gutenberg Blocks in WordPress

A quick WordPress tutorial that will show you how to add wide alignment support to Gutenberg Blocks and how to style them via CSS.

CSS Filter Toolbox – Libraries, Web-Based Apps & Tutorials

CSS Filter Toolbox – Libraries, Web-Based Apps & Tutorials

CSS

CSS Image Filters are a simple method for adding unique styles to images. We’ve collected the best free resources to help get you started.

An Introduction to CSS Grid

An Introduction to CSS Grid

CSS

If you’re looking to learn more about CSS Grid, we provide a rundown of what you need to know, along with some helpful resources and tools.

The Easy Way to Host Google Fonts Locally

The Easy Way to Host Google Fonts Locally

If you are looking to host Google Fonts locally, we’ll introduce you to a quick and easy way to implement them.

How to Speed up Google Fonts in WordPress

How to Speed up Google Fonts in WordPress

In this quick tutorial, we show you a couple of methods for optimizing and drastically speeding up Google Fonts in WordPress.

20 Time-Saving WordPress SQL Query Snippets

20 Time-Saving WordPress SQL Query Snippets

WordPress stores every single scrap of information within a MySQL database. Posts, pages, comments, shortcodes, plugin settings… absolutely everything. The WordPress backend is fantastic and does allow you to manage…

Useful PHP Snippets for Improving WordPress Search

Useful PHP Snippets for Improving WordPress Search