we're tagging news stories with the "news" tag.
what i want is a menu item titled "News" and that will lead the user to /taxonomy/term/n, but drupal does not allow this.
drupal says menus can only be linked to /node/n
any insight on how to achieve my goal?

Comments

epicflux’s picture

You can add a menu item linking to any page on your site, you may want to read the getting started page on the menu system.

nevets’s picture

Not sure what you issue is, exactly what are you trying and what is the exact error message.

That said you should be able to add any valid path as a menu item. So for example if 'news' is term 6, then taxonomy/term/6 should work as a menu path.

vv7’s picture

thanks.
i've been adding the link with a starting slash...