Pagination in Genesis custom loop
Most of the times, I am using custom loops in templates for my customers. And of course, custom queries with WP_Query class. Normally, I create a new query such as $the_query = new WP_Query( $args ); I guess it’s the habit since I was coding child themes of Automattic default themes. Nothing wrong with it. Until I … Read more