Home Forums Newsletter Plugin Support Changing post order

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10504
    MKJ
    Participant

    I would like to change the post order (oldest posts first). I think, I have to add a filter. $filters[‘order’] = ‘desc’; doesn’t work. Any help would be appreciated!

    #10507
    Stefano
    Keymaster

    You should add the orderby too, but I believe the orderby will extract the oldest post if used.

    Just user the array_reverse of PHP.

    #10525
    MKJ
    Participant

    Just user the array_reverse of PHP.

    That did the trick. Thank you very much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.