• I’ve looked at the docs and through the forums but can’t find the answer for this one.
    On my index page, each post reflects its category/categories. But clicking on the category link only shows other posts in the category from the current month.
    How do I make it so that clicking on the category link from the index page will take a reader to a page listing the titles and dates of all entries within the category?

Viewing 4 replies - 1 through 4 (of 4 total)
  • I don’t see an easy way. the limits code is pretty tricky. you’d need a hack of sorts either changing blog-header to clear limits when you are viewing a category (or have an option set in the URL), or make a custom page where you build the list of links yourself.
    -d

    Thread Starter 1766

    Ah, and that was the solution. It’s always an easy one, isn’t it? Here’s what I had:
    <?php the_category(', ')
    Which, of course, kept the category listing limited. Gah!
    Thanks, Unoamigo!

    <?php the_category(‘, ‘)
    Which, of course, kept the category listing limited.

    mmm, can you explain this? I want to show one post at the front page, but if someone clicks the category link, i want to have all posts within that category shown. At the moment, when clicking the category ling, it only shows one post. I guess it’s similar to your problem of displaying only posts within the month.

    In 1.2.2 – select “posts” in the reading options. That’ll show however many posts you select on the index and all the posts of a category when viewing the category.

    If you’re running a beta…my install seems to do the same thing, so I have no answer. And am now quite curious.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I need to show all posts in category’ is closed to new replies.