custom taxonomy post order
-
hello
I dont understand why I can’t manage to sort my posts…
here is my query, I have a custom post type “produit” and 2 custom taxonomies “type-produit” and “secteur”
Here I try to sort one kind of “type-produit”thanks
$myquery['tax_query'] = array( array( 'taxonomy' => 'type-produit', 'terms' => 'stores-exterieurs-mobiles', 'field' => 'slug', ), 'order' => 'DESC' ); query_posts($myquery);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘custom taxonomy post order’ is closed to new replies.