Premium ACF Blocks is a collection of custom Advanced Custom Fields blocks designed for WordPress content creators and developers. These blocks extend the Gutenberg editor with professionally designed components for product boxes, comparisons, accordions, and more. This page covers the available block types, features, customization options, and how they enhance WordPress content creation.
PHP
A growing library of PHP code snippets focused on WordPress customization and development. Topics range from managing downloads and inserting AdSense ads within post loops to removing unwanted heading classes, customizing Genesis theme read-more links, stripping spam links from comments, displaying estimated reading time, and auto-updating dates in posts with a free plugin.
GT Downloads Manager is a lightweight yet powerful WordPress plugin for managing and displaying downloadable resources on your site. Whether you offer ebooks, templates, software, or documentation, it provides organized download management with tracking capabilities. This page covers GT Downloads Manager’s features, use cases, and how it simplifies file distribution on WordPress.
Cookie consent notices are legally required in many jurisdictions, but most solutions are bloated, ugly, and slow. This code snippet adds a minimalistic, privacy-respecting cookie notice to your WordPress site without installing another plugin. It’s lightweight, customizable, and compliant with basic requirements. Add this PHP and CSS to your theme or code snippets plugin for a clean, non-intrusive cookie notice that respects both users and performance.
WordPress 6.2 started adding class=”wp-block-heading” to all heading tags, and it annoyed developers and designers everywhere. If you want clean markup without extra classes cluttering your headings, this snippet removes them. I’ll show you exactly how to strip the wp-block-heading class from heading tags using a simple PHP filter, whether through your theme’s functions.php or a code snippets plugin. Clean, minimal code for a cleaner frontend.
Wondering if a website is down for everyone or just you? This free uptime checker tool tests any website’s availability in real time. Enter the URL, and it tells you whether the site is responding, the response time, HTTP status code, and server information. Quick, free, and no signup required.
This free domain lookup tool lets you check domain availability, WHOIS information, and registration details instantly. Enter any domain name to see if it’s available for registration, who currently owns it, when it expires, and which registrar manages it. A quick and free way to research domains before you buy.
Placing AdSense ads inside WordPress post loops increases your click-through rate significantly. I’ve tested various ad placements across hundreds of WordPress sites, and within-loop placement consistently outperforms sidebar and footer positions. Here’s how to insert AdSense ads within your WordPress loops without plugins, using simple code snippets.
Genesis themes ship with ‘[Read More]’ as the default archive link text. I provide the exact code to customize this to anything you want. A simple function in your child theme’s functions.php file changes the text, styling, and behavior of the continue reading link. Quick, clean, and no plugins needed. Copy, paste, and your Genesis archives will look exactly how you want.
Tired of manually updating years in your WordPress posts? This free plugin automatically inserts the current month and year anywhere you need it. Write once, never update again. Use simple shortcodes in your content, and the dates stay current automatically. Perfect for ‘best of’ posts, annual guides, and any content that references the current year.
Comment spam is relentless on WordPress blogs. Spammers inject links, promotional content, and outright garbage into your comment section. I share effective methods for removing spam links from existing comments and preventing future spam: from WordPress settings and anti-spam plugins to manual moderation strategies and the comment policy that deters low-quality contributors.
Showing estimated reading time on your blog posts helps readers decide whether to commit. It’s a small touch that improves user experience significantly. I provide the exact code to calculate and display reading time in your WordPress post meta. Drop it into your single.php or page template, and your readers instantly know what to expect before scrolling down.