- This topic has 2 replies, 2 voices, and was last updated 12 years, 9 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 General Questions › Displaying Multiple Selected Categories
Tagged: extra shortcodes, shortcode, WP eStore
Hi,
I’m currently looking through the Shortcode PDFs (and Extra Shortcodes) and wondering if it’s possible to display Categories and thumbnails from selected Categories?
At the moment, there’s a shortcode [wp_eStore_category_fancy id=1]
that will display single categories.
I’m looking for it to pull back 2 or 3 ids (e.g. [wp_eStore_category_fancy id=1-4-5]
.
This would pull back these Categories and display them in the same <div class="eStore-category-fancy">
instead of separate ones.
Can someone let me know if there a way of doing this?
Thanks again for a brilliant product and support!
Cheers,
Zain
…thinking about it, having an “exclude” option would also work/be useful. For example, I’m trying to list out all the product categories except for 1 at the moment. The reason for this is because the one that needs to be excluded is really more of a “sub-category” item (but there’s no option to make this a sub-category in the WP eStore plugin… yet. )
Anyway, any help on this would be very much appreciated. Thanks in advance.
Cheers,
Zain
Couldn’t you use the following on this page so show only categories 1, 4 and 5?
[wp_eStore_category_fancy id=1]
[wp_eStore_category_fancy id=4]
[wp_eStore_category_fancy id=5]