- This topic has 2 replies, 2 voices, and was last updated 13 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 Tweaks › All products in category no image
Can I use this shortcode but with no image? [wp_eStore_category_products:category_id:1:end]
The following is a better shortcode to use that gives a bit more flexibility I think:
[wp_eStore_category_products_fancy id=1 style=1]
You can use style=101 to use the fancy1 with no thumbnail option. So the shortcode that you will be using is the following:
[wp_eStore_category_products_fancy id=1 style=101]
You will need to get the eStore extra shortcodes plugin to use the above shortcode. You can find the plugin here:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
Perfect. Thank you!