Turn any WordPress Gallery into a Slide Show
This tutorial shows you how to convert the standard WordPress gallery into a fading slideshow. We’ll use some PHP and core JavaScript – it’s super-lightweight.
This tutorial shows you how to convert the standard WordPress gallery into a fading slideshow. We’ll use some PHP and core JavaScript – it’s super-lightweight.
Fix Google Search Console warning, “Missing field ‘brand'”. Learn how to create a Brand attribute and add it to WooCommerce’s schema markup. Improve your products’ search exposure.
In this tutorial we’ll build upvote and downvote buttons that can be added to any post or excerpt. We’ll start with a requirement specification, break down the components we need, and then code it.
Take the standard hierarchical WordPress pages widget and make it dynamic with a bit of JavaScript. Expand and Collapse the child items.
Automatically create a colour scheme from any image, or your site’s favicon. Simple image processing using PHP/ImageMagick.
Create a custom WordPress animated typewriter effect you can add to your hero sections, or to your posts. No plugin required.
Make the phone number field in WooCommerce checkout required for some shipping methods, and optional for others.
This tutorial shows you how to build custom CSV exports so you can extract any data you want from posts, pages and WooCommerce orders.
Create a custom user registration form in WordPress. Capture custom user meta and show them in the admin columns in the back-end.
Eliminate multiple instances of Font Awesome on your WordPress website, and replace with a single self-hosted instance. Works with FA 4 & 5.
Learn how to easily create a full-width video hero banner on your WordPress website. No plugin required. Copy-and-paste tutorial.
Learn how to use Markdown in your WordPress projects. Attach content in Markdown format in a custom field and convert it to HTML.
Learn how to use the phpqrcode library to add QR Codes to your WordPress sites. We’ll wrap up the library and make an easy-to-use shortcode.
Learn how to make your WordPress website private, so visitors have to log in to access the content… without using a membership plugin.
Learn how to use Yoast to make your WordPress website palatable to Google. Simple techniques for non-technical content creators.
Create an pop-put set of jump links based on your posts’ h2 tags – a responsive, automatic table of contents for your WordPress posts.
Create a dynamic scroll-to-top button. It’ll slide in from the side of the page when you scroll down, so you can jump back to the top of the doc.
Add related posts at the end of your WordPress content. We’ll also create a simple shortcode, so you can insert related post grids directly.
Learn how to take control of your stylesheets, and reduce the amount of unused CSS you’re serving up with your page loads.
Turn any WordPress image or gallery block into a fully responsive lightbox, with swipe left/right. Only minimal code needed.