Viewing 5 replies - 1 through 5 (of 5 total)
  • use this <?php query_posts(‘posts_per_page=-1’);?>

    Thread Starter gorepit

    (@gorepit)

    That’s working well, but it’s displaying all my posts from all categories. I only want it to display posts from the category itself.

    If you check the link in my first post, you can see that at the bottom my other category posts are displayed there.

    Add the cate=x argument.

    See template tag, query_posts(), for more info.

    Thread Starter gorepit

    (@gorepit)

    Hi,

    I’ve looked on those pages and i’m still not sure what to do?

    Thanks

    sorry 4 the delay – (can we get an email when a reply is made? lol)…

    make a category template specific for the category you want to do this with…

    lets say, your cat is 19 – copy the category.php and rename it category-19.php – in that file add the code I provided… this way it’ll only work in that category…

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Display ALL posts in category?’ is closed to new replies.