Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1222215

    Hi-

    great theme, thanks.
    i use the magazine content element a lot and can’t figure out how to manually sort my posts so I can get them in the order I want.

    Can you help me with this?

    #1222218

    I’ve tried plugins:
    “simple custom post order”
    “simple page order”

    #1222787

    Hi ledsupply,

    Please have a look at the following thread:

    I’m not sure custom sort order is possible here.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1222795

    hi victoria-

    thanks. I have a couple questions.
    how does magazine element currently sort?
    And, how would this code sort the posts by?

    add_filter(‘avf_magazine_entries_query’, ‘avf_magazine_entries_custom_query’);

    function avf_magazine_entries_custom_query ( $query ) {
    $query[‘orderby’] = ‘date’;
    $query[‘order’] = ‘DESC’;
    return $query;
    }

    #1224095

    Hi ledsupply,

    This query will sort by the entry date from newest to oldest.

    Currently, you can set the dates you want to display in the element options here:
    Image 2020-06-19 at 18.28.22.png

    If you need further assistance please let us know.
    Best regards,
    Victoria

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