• Resolved annush674

    (@annush674)


    Hi,
    I have your awesome plugin installed on a site.
    it really works great and my client is happy.
    I have just 1 page, where I want to change the order to orderby date.
    I added the “orderby” => ‘date’ to my query, but the plugin overrides my orderby.
    In the WP query it looks like that:

    [query] => Array
            (
                [post_type] => lesson
                [posts_per_page] => 9
                [orderby] => date
                [suppress_filters] => 1
            )
    
        [query_vars] => Array
            (
                [post_type] => lesson
                [posts_per_page] => 9
                [orderby] => menu_order
    
    .....

    You can see my order – date- in the original vars, but the plugin overrides it and change to menu_order.

    How can I solve it?
    Thanks!!

    • This topic was modified 3 years, 1 month ago by annush674.
    • This topic was modified 3 years, 1 month ago by annush674.
Viewing 1 replies (of 1 total)
  • Hi @annush674,

    Thanks for reaching out!
    Unfortunately this is not currently possible, I’m sorry.

    If you have any questions, concerns, or suggestions please don’t hesitate to reach back!

    Warmly,
    Mihaela

Viewing 1 replies (of 1 total)
  • The topic ‘Change order for specific query not working’ is closed to new replies.