Viewing 3 replies - 1 through 3 (of 3 total)
  • MichaelH

    (@michaelh)

    Change

    $posts = get_posts('numberposts=10&order=ASC&orderby=post_title');

    to

    $posts = get_posts('numberposts=10');

    or

    $posts = get_posts('numberposts=10&order=DESC&orderby=date');

    Saurus

    (@saurus)

    Micheal must have the patience of a saint.

    This has been the subject of at least 4 posts in the last 2 weeks. It would be nice if people took it upon themselves to do even a modicum of work by doing a search before writing a post.

    Thread Starter mster5

    (@mster5)

    I am new to wordpress and the forum and could not find anything through my search results, so I decided to consult the php experts.

    Thank you for your swiftly and saintly reply.

    Jay

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show newest to Oldest posts’ is closed to new replies.