Categories don't work
-
Hello!
I have a custom post type ‘instareview’ and a taxonomy for it ‘instarevcat’. There is a category in the taxonomy ‘newyork’. So I want to show in a post only the content from this category. So I go:
[loop type=instareview instarevcat=newyork]
[content]
[/loop]But the plugin shows all the posts of the type ‘instareview’ skipping the category.
If I change the code to:
[loop type=instareview category=newyork]
[content]
[/loop]Nothing is shown.
For custom post type I use Custom Post Type UI plugin.
Please help me with this.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Categories don't work’ is closed to new replies.