
Genesis Sample Theme with Sass & Gulp - A Nice Starter
When people ask me about a good Genesis starter theme, I now answer exclusively with the Genesis Sample theme, with an added Sass & Gulp workflow. I'll share it with you in this post.
When people ask me about a good Genesis starter theme, I now answer exclusively with the Genesis Sample theme, with an added Sass & Gulp workflow. I'll share it with you in this post.
The Slick Slider library is a solid option for displaying slideshows on your website and my go-to solution the majority of the time. In this post, I'll show you how to set it up for your next project.
Using WordPress transients to cache data can help to speed up your site's performance significantly. But how do we use them? Let's discuss it in this post.
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.
Creating a Paypal button is pretty standard, but what if you want to send and receive Paypal button variables with it? Here are a few simple examples of how to do so using Paypal's Payment Data Transfer feature.
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.