Products don’t get ordered
-
Hi,
I try to order by category, but it doesn’t seem to work. I can see the order in back, but in the archive page I dont see the order. Do I need to add something special in the query?
this is my query:
$args = array(
‘post_status’ => ‘publish’,
‘post_per_page’ => 12,
? ? ‘post_type’ => ‘product’,
);
$products = New WP_Query($args);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Products don’t get ordered’ is closed to new replies.