• I think the filters don’t use WP Query so i can’t really change the order like:

    $query->set( 'orderby', 'title' );
    $query->set( 'order', 'ASC' );

    People expect them to be ordered like that since it’s the only order that makes sense on my site. Search results and archives are already like it.

    How can i sort filtered posts alphabetically in BTF?

  • The topic ‘Show filtered posts alphabetically by title ASC?’ is closed to new replies.