Problem:
Sort view's result by taxonomy or fields of parent post type.
Solution:
Toolset Views is using WordPress Class WP_Query to query posts in database.
You can only order the results by some post fields, you can not order the result by taxonomy.
You can only order the results by post fields of current post type you are querying, it is not possible to order the result by post fields of other post types(parent post type or grandparent post post type)
Relevant Documentation:
https://developer.wordpress.org/reference/classes/wp_query/#order-orderby-parameters
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
This topic is split from https://toolset.com/forums/topic/ow-to-make-views-sortable-by-clicking-on-table-headings/
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | - |
- | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | - |
Supporter timezone: Asia/Hong_Kong (GMT+08:00)
This topic contains 2 replies, has 2 voices.
Last updated by 4 years, 7 months ago.
Assisted by: Luo Yang.