- This topic has 1 reply, 2 voices, and was last updated 14 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › Display products in reverse order……
Tagged: items, reverse order
Using <?php echo eStore_print_all_products_stylish(); ?>
Is there a way to display the products in reverse order so the newest items I add show at the end of the list?
There is another shortcode and function that lets you choose the order of the product display. Here is the shortcode… it also has a equivalent PHP function version:
[wp_eStore_category_products_fancy id=1 style=3 order=1]
The explanation section of that shortcode will explain the details. Essentially you assign your products that you want to display to a particular category then use this shortcode.
You can use this shortcode if using the “Extra eStore Shortcode” plugin. It can be freely downloaded from here:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
You can also modify the plugin code to make the function that you are using to display the products in the order that you want.