Forums

[resolved] How to display only 2 posts from a category (3 posts)

  1. SharkBait
    Member
    Posted 1 year ago #

    Does anyone have the query for pulling posts from a particular category?

    I'd want the 2 more recent posts from a 'misc' category and not sure how to properly join the wp_terms, wp_term_relationship, wp_term_taxonomy tables along with the wp_posts table.

  2. MichaelH
    moderator
    Posted 1 year ago #

    I believe the template tag, query_posts(), would work for you.

    Something like

    query_posts('cat=7&showposts=2');

  3. SharkBait
    Member
    Posted 1 year ago #

    That seemed to work. Thanks

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.