fbcskk2 Posted September 13, 2010 Share Posted September 13, 2010 Hello, I need above said, when I edit header.tpl, this meta tag is naturally displayed everywhere. How to edit system when I need it ONLY for index page? Thanks for advice! Link to comment Share on other sites More sharing options...
rocky Posted September 13, 2010 Share Posted September 13, 2010 Are you saying that you want meta-tags on your index.php page only and no other pages? I'm not sure why you would want to do that, but you could change line 8 of header.tpl in your theme's directory from: {if isset($meta_keywords) AND $meta_keywords} to: {if $page_name == 'index' AND isset($meta_keywords) AND $meta_keywords} Link to comment Share on other sites More sharing options...
fbcskk2 Posted September 13, 2010 Author Share Posted September 13, 2010 Are you saying that you want meta-tags on your index.php page only and no other pages? Yes, but I mean only one specific metatag for "google webmaster tools" --> <meta name="google-site-verification" content="xxxxx.etc." /> So should it be something like {if $page_name == 'index' } <meta name="google-site-verification" content="xxxxx.etc." /> Link to comment Share on other sites More sharing options...
rocky Posted September 14, 2010 Share Posted September 14, 2010 I suggest that you use this module to handle your verification codes for you. Link to comment Share on other sites More sharing options...
fbcskk2 Posted September 14, 2010 Author Share Posted September 14, 2010 It works perfectly, thanks for tip! Link to comment Share on other sites More sharing options...
rocky Posted September 14, 2010 Share Posted September 14, 2010 Please edit your first post and add [sOLVED] to the front of the title. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now