By ethanre on
Using panels 2.0beta. I also use views.module v 1.6. With Drupal 5.x
My panels replaces the default taxonomy view.. i.e. site.com/taxonomy/term/123
How Do I display a Meta title tag for each "panels display" based on taxonomy term/ID?
The Description and Keywords meta tags can be set in the taxonomy term page itself... How about Page title when using panels ?
Thanks
Comments
Panel Pages Title for taxonomy
I found the solution, here's how in case anyone else needs this info:
1. Go to Admin > Panel pages > Edit your panel page
2. Click on the Settings tab, for the Page Title text area type: %term
This will place the Taxonomy Term as your page title in the Meta tag.
How about customizing the panel page Titles?
Let's say I wanted to add a few words on to the title.. If my taxonomy terms were project names, but I wanted the title to be formatted as in: project name + 'Project'. Example: Taxonomy term is "Drupal Knowledge Base", the page title should be "Drupal Knowledge Base Project". You can achieve this by adding the word 'Project' in the Page Title in step 2 above. So you'd enter: %term Project. Voila!
Thanks
Ethan
UsefulTalk
Thanks, working nicely
Thanks, working nicely with:
Drupal 5.14,
Views 5.x-1.6
Panels 5.x-2.0-rc1a