Navigation überspringen

[Gelöst] What if the sort column ISNT a custom field

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

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 vor 4 Jahren, 11 Monaten. 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.

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)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von PaulS4783 vor 4 Jahren, 11 Monaten.

Assistiert von: Luo Yang.

Author
Artikel
#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.