I created post view by not select fillter category.
and I need to put category name in my shortcode something like : [wpv-view name="mypost" category="catename" limit="3"]
It's possitble to do that?
Or if i create Archive template , it's possible to use as shortcode with category's name?
Hello. Thank you for contacting the Toolset support.
I need to put category name in my shortcode something like : [wpv-view name="mypost" category="catename" limit="3"]
It's possitble to do that?
==> Yes - you can filter the view by shortcode attribute.
Yes I know how to use Query Filter.
and that's made me has a lot of views template in my list and that's make my site too heavy and too slow.
I think it's better if I create only one views template and put the name of category in between shortcode.
( I have to put views template to many place in my site)
You are passing category as shortcode attribute now, when you add taxonomy query filter from Query filter, you need to chose the option Filter by Shortcode attribute and add category there.
So, you can use the same view to filter with multiple categories, for example: