Skip Navigation

[Resolved] What if the sort column ISNT a custom field

This thread is resolved. Here is a description of the problem and solution.

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 support ticket is created 4 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

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.

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 PaulS4783 4 years, 7 months ago.

Assisted by: Luo Yang.

Author
Posts
#1603583

OK. Brilliant.
[wpv-heading name="types-field-price"]Price[/wpv-heading]
That was the missing piece of the puzzle.

Last question. What if the sort column ISNT a custom field but instead is:
a) Taxonomy field (category)
b) A parent relationship field e.g. "model" of car
c) A grandparent relationship field e.g. "make" of car

#1603605

Hello,

Toolset Views is using WordPress Class WP_Query to query posts in database, see WP document:
https://developer.wordpress.org/reference/classes/wp_query/#order-orderby-parameters

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)

#1603681

OK thanks. That's all I need to know.

You can close.