Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I would like to display different menu links on each page depending on the content and relevance of each page. How would I do this?

share|improve this question
add comment (requires an account with 50 reputation)

1 Answer

up vote 0 down vote accepted

You should try Context

Context allows you to manage contextual conditions and reactions for different portions of your site. You can think of each context as representing a "section" of your site. For each context, you can choose the conditions that trigger this context to be active and choose different aspects of Drupal that should react to this active context.

share|improve this answer
Thank you! I could also use the same module to for example display recently created pages, is that correct? @NickilM – kine456 Feb 14 at 4:10
@kine456, sure you can.. – Nikhil M Feb 14 at 4:11
add comment (requires an account with 50 reputation)

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.