I am still going at the problem of trying to assign a different page title to a category other than the actual term name for SEO reasons.
I thought i was getting somewhere with the Taxonomy Enhancer module on d.o adding a field called catalogtitle to the vocab and adding the following in a page[catalog-tpl.php file:
<title><?php $t = taxonomy_get_term(arg(2)); taxonomy_enhancer_extend_term($t); echo $t->catalogtitle;?></title>That doesn't seem to work like i thought it would.
If anyone has been successful in altering a page title for the catalog pages I would love to hear about it.
Thanks





Joined: 01/25/2008