Technical: Custom Order Archives - WP Residence Help https://help.wpresidence.net/article-category/technical-custom-order/ Wed, 19 Jan 2022 07:16:46 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.3 Technical: How to change default order on Taxonomy page to alphabetical order https://help.wpresidence.net/article/how-to-change-default-order-on-taxonomy-page-to-alphabetical-order/ Thu, 20 Sep 2018 07:56:39 +0000 http://help.wpresidence.net/?post_type=article&p=5374 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 […]

The post Technical: How to change default order on Taxonomy page to alphabetical order appeared first on WP Residence Help.

]]>
Custom Order for Taxonomies / Categories https://help.wpresidence.net/article/custom-order-for-taxonomies-categories/ Wed, 31 May 2017 11:21:31 +0000 http://help.wpresidence.net/?p=3195 There is a plugin that has more sorting options and allows you to order in which order you wish: Custom Taxonomy Order NE – https://wordpress.org/plugins/custom-taxonomy-order-ne/ Short example about how to use this plugin Open TERM ORDER settings and select the taxonomy you wish to change order for Set your custom order and save This will apply […]

The post Custom Order for Taxonomies / Categories appeared first on WP Residence Help.

]]>
Technical: How to change agents order https://help.wpresidence.net/article/how-to-change-agents-order-on-agent-list-page/ Fri, 01 Jan 2016 10:30:25 +0000 http://help.wpresidence.net/?p=766 How to change agents order on the agent list page Agents are listed by publish date. Most recent are listed first. Change publish date to change order. To change order in code and make agents go alphabetically, go to agents_list.php Instead of $args = array( 'cache_results' => false, 'post_type' => 'estate_agent', 'paged' => $paged, 'posts_per_page' […]

The post Technical: How to change agents order appeared first on WP Residence Help.

]]>