My archives and catagories are only showing the number of posts that I set in the Admin for :blog pgs show at most". How can I make it so archives and catagories show all related posts?
Thanks in advance for the help :)
My archives and catagories are only showing the number of posts that I set in the Admin for :blog pgs show at most". How can I make it so archives and catagories show all related posts?
Thanks in advance for the help :)
You would need to add a custom query to your theme's archive & category template files that changes the posts_per_page parameter. See:
http://codex.wordpress.org/Function_Reference/query_posts
http://codex.wordpress.org/Function_Reference/WP_Query
You must log in to post.