This example is for how to change from Default order to alphabetical order to Low on Taxonomy pages- standard view:

In taxonomy.php file

Look for
'meta_key' => 'prop_featured',
'orderby' => 'meta_value',
'order' => 'DESC',

Replace with
//'meta_key' => 'prop_featured',
'orderby' => 'post_title',
'order' => 'ASC',

Make sure you write PHP, not copy/paste. So you don’t copy wrong formatting.

You also need to remove some ordering filters. – comment this line

$prop_selection = wpestate_return_filtered_by_order($args);

 

 

In templates \wpresidence\libs\help_functions_cards.php file change the label for key “0” .