• Resolved zeuf

    (@zeuf)


    Hi !

    Someone knows how to display the articles using last modified date (and not last published date) ?
    Should be a WordPress option…
    Thank you

Viewing 1 replies (of 1 total)
  • Thread Starter zeuf

    (@zeuf)

    I found !

    Just add :

    <?php
    query_posts( 'orderby=modified' ) ;
    ?>

    Before the LOOP in the index.php

Viewing 1 replies (of 1 total)
  • The topic ‘Display by last modified date on the index page’ is closed to new replies.