Insights
Blog
Notes on WordPress development, plugins, themes, and performance.
How to Create a Custom WordPress Theme Using Underscores (_s)
Underscores (_s) is a lightweight WordPress starter theme that provides a solid foundation for building custom themes. In this tutorial,…
Display Dynamic Background Image
Retrieves and displays the homepage background image using ACF. $home_background_image = get_field('background_image');
Load the Header Template
Includes the header.php template at the top of the page. get_header();
Create a Custom Home Page Template
Displays a custom homepage by defining a WordPress page template. /** * Template Name: Home Page */
Build an AJAX Gallery Filter
Filter gallery items by custom taxonomies and load results dynamically using AJAX. /* =============================================================== Set the here code for the…
Loading more posts…