Support » Fixing WordPress » Display second post (order by date)

  • Resolved klevismiho

    (@klevismiho)


    To display the latest post, I use this:
    WP_Query( array ( ‘orderby’ => ‘date’, ‘order’ => ‘DESC’, ‘showposts’=>’1’ ) );

    How can I get the second post? The third, and so on?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display second post (order by date)’ is closed to new replies.