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;
}
I’ve tried plugins:
“simple custom post order”
“simple page order”