Posts per page not working
-
I can’t seem to get it to limit the number of posts that show. The code in the docs (posts_per_page=”6″) doesn’t work for me, it keeps showing 8.
In the mean time I’ve hidden them via CSS:
li:nth-child(n+7) {display: none;}
But I’d love to get this fixed properly.
- The topic ‘Posts per page not working’ is closed to new replies.