• Resolved Sergio Urra

    (@sergiourra)


    Hello,

    I want to display the posts in ASC order (from olders to newers)
    Any one knows in what file is PHP doing the sort?

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    Add this to your theme, somewhere before the Loop:
    query_posts($query_string.'&order=ASC');

    Thread Starter Sergio Urra

    (@sergiourra)

    Thanks Otto,

    I’ll test it.

    Have a good day.

    [EDIT]

    Well, I’ve founded a line where to make the change:

    line 1234: $q[‘order’] = ‘ASC’;

    It worked.

    Thanks again for your help Otto.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where may I change the ASC & DESC?’ is closed to new replies.