Hi, I've found snippets for displaying the terms of a specific vocabulary.

However, I'm using a Sections vocabulary (single hierarchy) and the breadcrumbs_taxonomy module to lay out my site.

Sections [vocab]
--Clients [term]
--Services [term]
----Web design [term child]
----Database [term child]

When folks are on the Services page, I want to create a dynamic menu that will print the children of that term. Right now if I try to print terms based on vocabulary, I get

Services
--Web Design
--Database

Since folks are already on the Services page, that information is redundant. I only care about "Web Design" and "Database." If possible, I'd rather pull from the breadcrumb_taxonomy URL rather than the actual term ID.

Hope I'm making sense.

The actual site (under development)... http://www.chriswinnconsulting.com/red/

THANK YOU!

Comments

mod_phx’s picture

hi, in your post you said that you found out how to display the terms of a specific vocabulary? would you mind terribly sharing what it is you found? thanks!!!