terresamonroe
Member
Posted 3 years ago #
When I click on my categories, only the latest posting for that category shows up. How do I get all of them or some number of them to show?
Current code is:
<h4>categories:</h4>
<div class="leftsideSection">
<?php list_cats(1, 'All', 'name', 'asc', '', 1, 0, 1, 1, 1); ?>
</div>
Terresa
That code doesn't have anything to do with how many posts are displayed on your pages.
Check what do you have in admin > Options > Reading.
The number of posts set there is applied to EVERY page in your blog.
terresamonroe
Member
Posted 3 years ago #
This is what shows for number of posts under admin>Options>Reading:
Under Blog Pages:
I have the blog set to show 1 day of pages.
Show the most recent 25 posts.
Full text for each article is shown.
Still - only the most recent post shows up under each category when selected. I am deeply puzzled by this...
I'm deeply puzzled by your post -- I can only assume this must be a different blog than the one you have listed in your profile? Because that one seems to be working just fine.
If that IS the right blog (ooh, a pun!) be sure to clear your local browser cache (or hit ctrl-F5) to make sure you're seeing the most current stuff.
If that isn't the correct blog - got a link?
I have the blog set to show 1 day of pages.
That's the only line I was aksing for. The rest is NOT about displaying the posts... (nobody reads lately their own admin interface???)
As I said above: that setting (=1 day) is applied even to your category pages. To everything. To monthly archives, to search results etc. It is a universal setting - don't be puzzled, just read my answer above.
And if you don't like it, use a plugin.
http://mattread.com/archives/2006/01/custom-query-string-27/
terresamonroe
Member
Posted 3 years ago #
Thank you for the assistance...