• Resolved matthieudraft

    (@matthieudraft)


    Thanks for this plugin. It seems to work very well !

    I would like to change the order of posts to import in my newsletter.
    By default, the more recent is at first. I would like to have the older at the top of the list… I don’t manage to find the wp query to add in my theme.php file.

    Is someone have any idea about how to do that ?

    Regards
    Matthieu

    http://wordpress.org/plugins/newsletter/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter matthieudraft

    (@matthieudraft)

    Ok ! I find it. Just have to add 2 lines in the theme.php files :
    $filters[‘orderby’] = ‘post_date’;
    $filters[‘order’] = ‘ASC’;

    Plugin Author Stefano Lissa

    (@satollo)

    Hi, be sure to create your own theme otherwise next update will overwrite your modifications.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I change the order of posts’ is closed to new replies.