Manage your avatar in WordPress
An update of this tutorial showing a code snippet to choose between using a Gravatar or a custom avatar.
WordPress tutorials and more
WordPress tutorials and more
An update of this tutorial showing a code snippet to choose between using a Gravatar or a custom avatar.

Media libraries can easily grow very big. It becomes hard to know which images are used on the site and which are just taking up space. I have with AI…

How to style Fluent Auth Security plugin with CSS in a PHP code snippet.

In an InDesign document one can have text flow from one column to the next. As a magazine layout. To accomplish this with WordPress one can use a code snippet - a small piece of code to make this work.

Learn how to dynamically control Fluent Forms buttons — change color, text, or disable the Next and Submit buttons based on user checkbox selections.

Do you want a chat bubble in WordPress but don’t need a full live chat service like Tawk.to or 3CX? Most chat plugins are either too complex, rely on third-party…

Managing and backing up your WordPress media library can be tedious when files are spread across year/month folders. In this tutorial, you will learn how to export / download your entire media library as a single ZIP file, containing only the original images.

Add line numbers and a sticky copy-to-clipboard button to Gutenberg code blocks in WordPress — no extra plugins required. Works with normal, wide, and full-width layouts.

Learn how to create a custom maintenance mode in WordPress without using a plugin. This step-by-step guide shows you how to add a toggle in the settings menu, choose between a login redirect or a friendly maintenance message, and block search engines.

When I search for WordPress tutorials I will on occasion come over small pieces of code called snippets. These are short lines of PHP, CSS, JavaScript or HTML that add…

I have been using the Discourage Search Engines Notifier WordPress plugin on a lot of sites. I wanted to extend it, so that is what I did. I went to…

How to Restrict Checkout in WooCommerce if Order Amount is Too Low If you run an online store using WooCommerce, you might want to set a minimum order amount to…

With the help of ChatGPT. I began exploring how to switch product image on hover. I had to share that I was using Full Site Editing, the theme Twenty Twenty…

How to attach a file to a WooCommerce order email. I went searching online as I had to include an pdf document into the order email. I found what I…

As I am working on cleaning up a web site one issue that showed up was a huge number of Flamingo submissions / Entries that came in through Contact Form 7. How would I delete these in a simple way?

On Slack in Make WordPress I came across a thread which talked about improving the Youtube embed block in Gutenberg and one of the things mentioned was removing the unrelated videos from a Youtube embed.

To whom goes the comment moderation emails go to? It can be tricky as only the site admin – WP backend: Settings -> General -> “Administration Email Address” will receive…

In WordPress we can manually add code to the header or footer of a web site using the following example. An example of adding a Google tag to the head…

Code Snippets plugin overview.How I use Code Snippets.Code snippets in the cloud.Code Snippets Pro. A code snippet is a piece of code one usually adds to the child theme functions.php…

Not sure how well this plugin is supported any longer. An alternative is the Code Snippets plugin. With CodeKit – Custom Codes Editor one can add CSS, JavaScript, HTML, PHP…