In Views (Drupal 7), how do I generate a list of terms from my taxonomy list called tag?
In Views (Drupal 7), how do I generate a list of terms from my
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s not clear from your question if you just want Views to display all the terms in the Tags vocabulary or if you are asking about generating a list of tags used to categorize content (for the latter, it would be a “Show content of type x” (i.e. “Node view”).
If all you want is to show all the tags in your Tags vocabulary, you create a View to “Show Taxonomy terms of type Tag”. You’ll find options to create page or block displays. There are several “Display format” options:
If you click on “Continue and edit”, you’ll find that, by default, the terms in the list are links. Clicking them takes you to a display of “teasers” for any content tagged with the term. You can adjust the sort order, add filtering, etc, and continue to tweak your displays.
Here is a screenshot of the initial step for creating a View of Taxonomy terms:
