zeropointe
Member
Posted 5 years ago #
for some reason, all I can get to show on my main page is something like 4 posts.. all of which are from last month..
I want to show more..
Where's the setting.
On the options/reading I have
show at most 500 days
and show the most recent: 20 posts
I don't have a number of days limit. You must be using a plugin.
zeropointe
Member
Posted 5 years ago #
I wish it was that easy.
No plugins I have installed handle that.
The days is from the dropdown box.. days or posts. If you have 2.0 you should have it.
http://www.zeropointe.net/blog
zeropointe
Member
Posted 5 years ago #
ok.. so far, it seems as though it may be in the template itself...
I've been using a modified version of the dfire template.. but when I switch to another template, everything is fine..
Suggestions?
I never thought to pull down to see you could limit the number of posts by days.
zeropointe
Member
Posted 5 years ago #
I GOT IT!
Main page template:
<?php static $ctr = 0;
if ($ctr == "xx") { break; }
change "xx" to the number of posts you want to show.
This works in the Dfire template, for sure.