Order didnt work then i save from taxonomy filter
-
If a order and save from taxonomy filter i didnt see result. But when i order and save form archive (all posts) then i see result! We saving from tax not applied?
Query what i used is:
WP_Query(array('orderby' => 'menu_order', 'order' => 'DESC', 'showposts' => -1,'cat' => $cat, 'tax_query' => array('relation' => 'AND', array('taxonomy' => 'brands', 'field' => 'id', 'terms' => $brand), $country1, $country2)));
https://www.ads-software.com/extend/plugins/post-types-order/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Order didnt work then i save from taxonomy filter’ is closed to new replies.