I recently was asked by a client to list out all post tags on a page, alphabetized and indexed. Her posts tags were ingredients to her recipes and would allow for an alternative way to search her site. Here's how it looks and the code to go along with it.
We can display Ninja Forms submissions on a page with its own native code, without WP post_meta calls or writing SQL queries. Also, Ninja Forms has a nice Field Key field where we can label what we want our keys to be so that we can target only the specific data we need. Here's how.
There are a number of ways to add better security to your WordPress site. Moving your wp-config PHP file out of the install is a great place to start. In this article, I'll show you two ways to do it.
Sticky sidebar ads can be effective in WordPress, especially in long posts that leave much of the sidebar area empty. In this article, we'll use a little JavaScript to create this functionality without the need for a plugin.
After 3 years without an update, the Crayon Syntax Highlighter for WordPress is no longer a reliable source. Here are 3 solid Gutenberg-friendly alternatives you should try.
I love reading about others' web development tools, processes, shortcuts, and all that good stuff. Thus, I decided to share about my own WordPress Web Development Tools as I think they've evolved quite a bit over time.