Forums

How to get 20 last posts for each category? (2 posts)

  1. federal
    Member
    Posted 6 months ago #

    How to get 20 last posts for each category?
    For Expample I have three category: Soft Ware , Hard Ware and OS
    How i can get 20 last posts for Hard Ware?

  2. MichaelH
    moderator
    Posted 6 months ago #

    Review template tag, query_posts() for more parameters:

    //assuming hardware is category 3
    query_posts('cat=3&showposts=20);

    Also plugins such as List Category Posts http://wordpress.org/extend/plugins/list-category-posts/ give you a shortcode to do that.

Reply

You must log in to post.

About this Topic