Conditionally insert content into WordPress posts using the_content hook

blog post banner before content

Need to display a limited-time offer, announcement, or custom message across your blog posts – without editing every post or touching your theme files? With just a few lines of code, you can dynamically inject HTML before or after post content, conditionally based on post type, category, date, or anything else you need. Use Case …

Read More

How to add code snippets in WordPress

add code snippets wordpress

When researching how to customise your WordPress website from tutorials online, you’ll often come across recommendations to add a code snippet to your website. There a few different options of how to add code snippets, which I’ll highlight in this blog post. Read on to find out how to add code snippets in WordPress. What …

Read More