In one of my previous tutorials titled How to Show Comments on Demand in Genesis, I showed how we can hide the comments section and display it when a button is clicked. This tutorial provides the steps to not output the comments list in the first place and then fetching them dynamically and displaying them […]
AJAX
How to dynamically load posts on click using Ajax in Genesis
This members-only tutorial provides the steps to show post title links in the sidebar and using Ajax to fetch and load the corresponding entry when a title is clicked based on this excellent article from wpmudev. While the tutorial has been written for Genesis Sample, it should work with a few adjustments in any Genesis […]
Filtering posts by categories with a Load more button in Genesis using FacetWP
In the past, I wrote about filtering posts using Ajax Load More plugin here. This tutorial provides the steps for filtering posts on the Posts page by categories in Genesis using FacetWP. Clicking on Load More button below the posts will load the next set below the current ones. We will use column classes in […]
How to display Posts in Recent, Popular and My Picks tabs in Genesis
In my Facebook group a user asked: just a tutorial idea. Would be great to achieve a post filter like the one used on this blog… http://witanddelight.com/ In this article we shall replace the default loop on a static homepage of a Genesis site with a custom one in which content is present in three […]
How to Load Posts on Demand using AJAX in Genesis
Update on March 08, 2018: An updated tutorial covering the case of user scroll as the trigger to fade in the subsequent set of posts is here. This article is based on Bill Erickson’s excellent tutorial titled Infinite Scroll in WordPress. We shall add a Load More button below posts on Posts page and Archives […]
Recent Comments