It should list all the courses, f30c, and tags. but it is not doing that.
I would like it to show something like the tag cloud in wordpress but I do not want the different sizes that the tag cloud uses.
Hello,
The shortcode [wpv-post-taxonomy] works for: Output the taxonomy for the current post.
I assume you are going to display all terms of custom taxonomy, in your case, you can create a taxonomy view, query terms of custom taxonomy, see screenshot taxonomy-view.JPG
and in the views loop, display the term link shortcode [wpv-taxonomy-link]
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-taxonomy-link
Hi,
This is helpful.
I also have another question. Can I make something like the Categories widget where it shows the hierarchy structure of the posts?
For the new question:
Can I make something like the Categories widget where it shows the hierarchy structure of the posts?
Yes, you can setup a nested view, for example:
1) Parent taxonomy view, list terms of taxonomy "Categories", in the view's loop, display below child post view:
2) Child post view, list posts, filter by:
Select posts with taxonomy:
Categories set by the parent Taxonomy View
More help:
https://toolset.com/documentation/user-guides/using-a-child-view-in-a-taxonomy-view-layout/
Then display the parent view as a widget:
https://toolset.com/documentation/getting-started-with-toolset/create-and-display-custom-lists-of-content/adding-views-as-widgets/