dancecubed
Member
Posted 9 months ago #
I've been trying to create a page that displays posts only from one category. I want it to look like the front page, but only with one category's posts showing.
http://pastebin.com/HghG2amB
I'm using a paid theme called Averin on my blog so the coding here looks different. I've tried the category-x.php trick and it hasn't worked so now I'm pretty stumped haha.
Any help would be appreciated, thank you!
EDIT: Since I'm using a custom theme, the "List Category Posts" plug-in doesn't work the way it should.
what is not working with that page template?
possibly, try to change the one line to:
<?php query_posts('cat=3&posts_per_page=3&paged='.get_query_var('paged')); ?>
and how does the 'list category posts' plugin play into this?
dancecubed
Member
Posted 9 months ago #
!!Wow!! You solved 2 weeks worth of trouble in less than an hour.
If you're ever in my area, I'll treat you to a beer, I swear. Hahaha.
I mentioned 'list category posts' plugin just in case someone decided to recommend it.