Shortcode help: Recent products in a category
-
I’d like to show recent products in a specific category. Trying this but it still returns ALL products, not in the defined category.
[recent_products product_category="comics-related" limit="120" columns="6" orderby="date" order="desc" per_page="36" paginate="true"]
Also trying this since I heard “recent products” goes by ID not date, and it works, but for the client who needs to manipulate this on occasion I feel like it’s less semantically intuitive compared to “recent_products”.
[product_category category="comics-related" limit="120" columns="6" orderby="id" order="DESC" per_page="36" paginate="true"]
Is there a way to fix the first shortcode to work properly? Thanks!
- The topic ‘Shortcode help: Recent products in a category’ is closed to new replies.