Change order for specific query not working
-
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!!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Change order for specific query not working’ is closed to new replies.