Related products order by date
-
Hello,
I want to order by date the related products.
I use thid code, but doesnt work, any thought?
add_filter( 'woocommerce_output_related_products_args', 'hff_commerce_child_related_products_args', 99, 3 ); function hff_commerce_child_related_products_args( $args ) { // echo("RELATED :::"); $args = array( 'posts_per_page' => 4, 'columns' => 4, 'orderby' => 'date', 'order' => 'DESC' ); return $args;
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Related products order by date’ is closed to new replies.