• Resolved techgin

    (@techgin)


    Hi, I know how to get new post, by using this code:
    $my_query = new WP_Query('cat=1,6,7,8,9,10&showposts=10'); while ($my_query->have_posts()) : ans so on...

    how to get second new post and third new post ? For example I create posts with headers:
    4 Post
    3 Post
    2 Post
    1 Post

    With above function I will get 1 Post, but I need also get 2 Post and 3 Post separetedly ?

    Sry, for enlgish

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Get New , almost new and almost almost new post’ is closed to new replies.