By skat on
Hi!
I´m using Drupal 6 and the moduel Page title 2.7. My issue is that always the Meta titles of my urls are the token I have choosen for that content type + "Document without title". This only happen when I use artsy as main theme.
I can´t understand the reason. I have checked the admin/settings/page-title for my content types I have the token [title] but always is printed the token plus that expression. I have cheked the configuration for the cotent type I have the samen token, nothing more.
Besides, This only happen when I use artsy as main theme. I guess there is a code in my theme that duplicate that tag, anyone could help or show me how to find it?
Thank you very much!
Comments
=-=
add your page.tpl.php and template.php (if the theme uses one) to pastebin.com and link it here.
Hi VM! Thank you for your
Hi VM!
Thank you for your answer, I paste the code http://pastebin.com/6DxECFhV and http://pastebin.com/5yCFt6F1
Thanks a lot!!
=-=
no clues for me there. I'd file a support request in the issue queue of the theme in question.
Hi VM, I continued making
Hi VM,
I continued making test. Now I know that the issue is due to the module similar entries. When I changed the theme, the block of similar entries was not showed, that is the reason I thought was due to the theme. Is that module which print also the tag so duplicate the original.
I have pasted the code of the main files of the module. Do you know where is the issue http://pastebin.com/HTx46YEL http://pastebin.com/qrbKWZ37 http://pastebin.com/annTt9A7 http://pastebin.com/pAXiw9QS
Thank you very much!!
=-=
issues with specific modules should be researched in the issue queue of the module in use. If there are no existing reports, file one.
title from page.tpl
i assume you allready clear the cache memory of your browser before you refresh the page and view the code.
i noticed in the page.tpl on the line 9
<title><?php print $head_title ?></title>between
<head>and</head>tags.between these tags i think there should be also meta description and meta keywords tags - but if you see them in your source code in browser (title, title, description, keywords), than you should delete line no. 9 from this file.
hope that helps!
Thanks for your answer
Thanks for your answer
=-=
dupe comment