Genesis Theme Framework Loop Only Returning 1 Post
-
Hi, I’ve got a client who is using the Genesis Theme Framework, and the loop call I am making is only returning 1 post per page (in other words, it pages out 16 posts at one post per page), and nothing I do is changing it. I’ve even tried a custom loop and passed the “numberposts” argument through, and it doesn’t affect it. No error messages are printing out for me.
I’m just doing the standard:
<?php do_action('genesis_before_loop'); ?> <?php do_action('genesis_loop'); ?> <?php do_action('genesis_after_loop'); ?>
What am I doing wrong??? In the back-end I tell it to loop through 10 posts!
Here’s the site: https://www.smartbusinesscapital.com/blog/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Genesis Theme Framework Loop Only Returning 1 Post’ is closed to new replies.