http://www.deadandwalking.com/horror-movie-database/
I would like to display all the posts on one page without having to click on the 'older posts' link. How would I do this?
Thank you
http://www.deadandwalking.com/horror-movie-database/
I would like to display all the posts on one page without having to click on the 'older posts' link. How would I do this?
Thank you
use this <?php query_posts('posts_per_page=-1');?>
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.
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...
This topic has been closed to new replies.