Drupal - How to show content with the same tags below a menu tab

If you e.g. want to show all blog entries with the tag "bash" when clicking on the menu tab "bash", here is what you have to do.

Install following two modules:

ctools

views

and enable views, views ui and ctools.

go to
  structure > views > add new view

  View name: bash_view
  Show Content of type all tagged with YOUR-TAG sorted by Newest first  

Note that there must exist some content with the tag YOUR-TAG.

  check "Create a page"
  page title: None (leaf blank)
  path http://my-example-page.com/bash
  Display format: Unformatted list of teasers with links without comments
  items to display: 10
  check: use a pager
  check: create a menu link
  Menu: Main Menu
  Link text: bash
  Click on: Save and Exit
 

blog_tags: 

Add new comment

Filtered HTML

  • Allowed HTML tags: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <pre> <img> <br> <p> <span>
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Use [collapse] and [/collapse] to create collapsible text blocks. [collapse collapsed] or [collapsed] will start with the block closed.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
  • Code snippets in <code>...</code> or <source>...</source> automatically will be pretty printed.
  • Use [collapse] and [/collapse] to create collapsible text blocks. [collapse collapsed] or [collapsed] will start with the block closed.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
Target Image