• Resolved Romain Herault

    (@rherault)


    Hello ! Is it possible to order post in a WP_Query by taxonomy ordered by this plugin ?

    Like : (1: Soccer, 2 : Basketball)
    WP_Query to get all post in Soccer category first and after basketball

    Thanks for your help !

Viewing 1 replies (of 1 total)
  • Hi @rherault,

    To the best of my knowledge, there isn’t a way to do a WP_Query ordered by taxonomy under regular circumstances, and our plugin does not provide that functionality.

    The only way I can think of doing that is to fetch all the taxonomies in term_order, loop through them, and construct a query for each. Then you would build an overall list of posts and de-dupe them.

    It might be a performance hit, but it would do what you are looking to do.

    Let me know if that helps,
    Jon

Viewing 1 replies (of 1 total)
  • The topic ‘Order posts by taxonomies order’ is closed to new replies.