Subscribe to How-To Geek

Recommended: Click Here to Run a Free Scan for Common PC Errors   [Sponsored Link]

How to Display all Posts on the Category Page in Wordpress

One of the gripes I've always had with the built-in Wordpress functionality is that you can only specify the number of posts per page across the entire application, as opposed to being able to customize it per section or page. Thanks to a wonderful plugin by Matt Read, you can fix this easily.

First, you'll want to grab the plugin from his website and install it. If you are unaware, that means unzipping and uploading the file into your BLOGROOT/wp-content/plugins/ directory.

http://mattread.com/projects/wp-plugins/custom-que…

He's got a donate button. If this article helps you, then donate money to him, not me.

Once the plugin is installed, you will navigate in your control panel to the Plugins page, and Activate the CQS plugin. Head over to Options / CQS and you should be presented with this screen.

I've already customized mine… you should change the Query dropdown to "is_category", set the Show condition to -1 (for all posts), and click the Add button.

I've also gone further and added a new condition so the Home page only shows 5 posts per page. I dislike cluttered homepages.

The Geek is the founder of How-To Geek and a geek enthusiast. When he's not coming up with great how-to articles, he's probably writing at his personal blog. This article was written on 09/26/06 and tagged with: Blogging, Wordpress

Comments (1)

  1. Jody

    Good instructions! Unfortunately, that plugin doesn't work with the latest version of Wordpress (i.e. 2.3+).

    Here's a fix:

    Replace the
    "SELECT cat_ID FROM $wpdb->categories WHERE category_nicename = "
    line with
    "SELECT term_id FROM $wpdb->terms WHERE slug = "


Leave a Comment




Leave your friendly comment here. If you have a computer help question, leave it on the forums instead.

Note: Your comment may not show up immediately on the site.

Copyright © 2006-2008 HowToGeek.com. All Rights Reserved.