uspeo sam to da rešim na ovaj način, nadam se da je ispravno?
add_action( 'pre_get_posts', 'custom_get_posts' );
function custom_get_posts( $query ) {
if( $query->is_main_query() && $query->is_category(56,13) ) {
$query->set( 'orderby', 'title' );
$query->set( 'order'...