What do I need to change to get more posts per page on my site (www.euphoricrage.com.) I'm using Pressrow, and I have seen it done on other blogs but I have no idea what to change. It defults at 3 and I need at least a couple more.
What do I need to change to get more posts per page on my site (www.euphoricrage.com.) I'm using Pressrow, and I have seen it done on other blogs but I have no idea what to change. It defults at 3 and I need at least a couple more.
Options -> Reading. What do you have for "Show at most:"?
10. Obviously, its not even getting close to that.
What happens if you try a different theme? Is your theme hard-coding in an amount of posts somewhere?
Different themes work fine. Yes, it seems to be the theme itself. I was wondering where in all the configuration files it would be hard-coded in, and if I could change it.
I'd look in that theme's index.php to start with. Find The_Loop and see if it is being restricted.
You need to remove a line from the index.php file which says:
<?php query_posts('showposts=3'); //displays X number of posts on the page ?>
Or upgrade, I think that's been taken out of the later versions.
This topic has been closed to new replies.