• Hi, i have a website where i want to make a list of the most recent post, but order by post id

    i have tried with

    $posts = query_posts($query_string .’&orderby=post_id&order=desc’);
    while ( have_posts() and is_home() ) {

    but isn’t works, anyone have a idea to resolve it?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Order post by ID’ is closed to new replies.