Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Pagination for list of posts by category? WordPress

  • SOLVED

Archiving.

Answers (3)

2010-09-28

Pippin Williamson answers:

Try modifying the plugin again, but this time change the "query_posts" within the plugin that actually calls the category.

Use [[LINK href="http://baffleinc.com/blog/2009/05/06/how-to-fix-broken-pagination-when-using-query_posts/"]]this post[[/LINK]] as a guide

2010-09-28

Joe Jenkins answers:

One way you could do this, to keep the category system in place, is to use a different category page for each category. This way, you can add different text exactly as you want it on each of the category pages.

Use this plugin:
http://wordpress.org/extend/plugins/idealien-category-enhancements

Then, for pagination, there are a number of plugins you can use:
http://wordpress.org/extend/plugins/search.php?q=paginate+category

I've written an article which includes some info on the category plugin, and you can see that here:
http://wpmu.org/using-wordpress-as-a-true-cms

2010-09-28

Michael Fields answers:

The best way to go here is to use the category archive template. If you have content that needs to be displayed at the top, this can be added via the "category description" box. If you need tiny MCE, there is this plugin: http://www.laptoptips.ca/projects/category-description-editor/

If you need custom fields for your category, this tutorial is one of the best:

http://www.codehooligans.com/2010/07/07/custom-meta-for-new-taxonomies-in-wordpress-3-0/

IMO you will have the best experience using the functionality that is already built-in to WordPress instead of coding your own. Customizations such as this (using a page to function as a category archive) are prone to error in future versions and I would not recommend a procedure such as this at all.

That being said, if you need the code, Please post you category template to pastebin.com and I can whip something up.