Topic Archives

Code Snippet

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

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

The beauty of the WordPress Gutenberg block editor is that it allows content creators more design freedom. But for web designers, it’s not always desirable to give clients access to…

Getting Started with WordPress Shortcodes & Sample Snippets

Getting Started with WordPress Shortcodes & Sample Snippets

We show you how to create and use different types of shortcodes, and share ready-to-use snippets you can use on your WordPress site.

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.

Simple WordPress Snippets to Improve Your Secondary Navigation

Simple WordPress Snippets to Improve Your Secondary Navigation

Using these WordPress snippets can further help users get where they need to go and discover content they may have otherwise missed.

How to Display Content Based on WordPress User Roles

How to Display Content Based on WordPress User Roles

Using the current_user_can function, learn how to display custom content and special features based on the roles and capabilities of your WordPress users.

Controlling WordPress Through the Command Line with WP-CLI

Controlling WordPress Through the Command Line with WP-CLI

For anyone looking for more control and the ability to carry out complex WordPress tasks, learning how to use WP-CLI could be just what you need.

How to Add an SSL Certificate to Your WordPress Website

How to Add an SSL Certificate to Your WordPress Website

SSL has never been easier or more affordable to implement on WordPress. This quick setup can mean big benefits for your site and its visitors.

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.

How to Improve Custom Layouts Using the WordPress Block Editor

How to Improve Custom Layouts Using the WordPress Block Editor

We share three methods to enhance custom layouts with the WordPress block editor. Turn something basic into a highly-customized setup.

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.

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.

Modern Favicon Development Techniques & Best Practices

Modern Favicon Development Techniques & Best Practices

Dive into modern favicon and icon development techniques to make your website stand out.

How to Use WooCommerce Hooks

How to Use WooCommerce Hooks

WooCommerce has proven itself to be a popular and formidable WordPress e-Commerce plugin. Its biggest strength is the fact that it can be customized in so many ways. There are…

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.

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.

What is Responsive Web Design?

What is Responsive Web Design?

It wasn’t too long ago that designers didn’t really need to worry about how websites looked on mobile phones and tablets. Phones weren’t yet really practical for web viewing, and…

The Good & Bad CSS Practices for Beginners

The Good & Bad CSS Practices for Beginners

CSS

Learn about some of the most common pitfalls when writing CSS and how to avoid them for cleaner, more efficient code.

Getting Started With CSS Flexbox Using Practical Examples

Getting Started With CSS Flexbox Using Practical Examples

CSS