force orderby in custom query
-
[ Moderator note: title de-capped, please don’t post in caps it’s considered rude. ]
Hi i have this problem:
the plugin is active but a quesry with orderby=> ‘title’ , order=>’ASC’
doesn’t work!!
the plugin version is 2.1.0.in the changelog of the plugin page you said:
2.1.0
Fixed bug: Custom Query which uses ‘order’ or ‘orderby’ parameters is preferred.
It does not depend on the designation manner of arguments( Parameters ). ( $args = ‘orderby=&order=’ or $args = array( ‘orderby’ => ”, ‘order’ => ” ) )
The trouble which exists in 2.0.7, 2.0.8, 2.0.9 was improved!
From 2.0.6 please update in 2.1.0.how can i have a query that works?
thanks
Maurizio
The topic ‘force orderby in custom query’ is closed to new replies.