Skip Navigation

[Résolu] What if the sort column ISNT a custom field

Ce fil est résolu. Voici une description du problème et la solution proposée.

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 Il y a 4 années et 7 mois. 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.

Aucun de nos assistants n'est disponible aujourd'hui sur le forum Jeu d'outils. Veuillez créer un ticket, et nous nous le traiterons dès notre prochaine connexion. Merci de votre compréhension.

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)

Marqué : ,

Ce sujet contient 2 réponses, a 2 voix.

Dernière mise à jour par PaulS4783 Il y a 4 années et 7 mois.

Assisté par: Luo Yang.

Auteur
Publications
#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.