Forums

query_post the third latest post? (3 posts)

  1. dullmau
    Member
    Posted 2 years ago #

    Hi,

    I only know how to query_post all the latest posts, but what should i do if i only want to retrive the third latest post?

    Thanks a lot!

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    from the codex - query_posts:

    The following will display the 5 posts which follow the most recent (1):

    query_posts('showposts=5&offset=1');

  3. dullmau
    Member
    Posted 2 years ago #

    thanks very much!

Topic Closed

This topic has been closed to new replies.

About this Topic