Zen Follower
- Join Date:
- Apr 2005
- Posts:
- 95
- Plugin Contributions:
- 0
meta tag title
please go to www.wonderfultoyz.com and tell me how do i get rid of this meta_tag_title in the title bar?
*****MODERATOR NOTE: LINK POINTS TO ADULT CONTENT *
Views: 1,392
Zen Follower
please go to www.wonderfultoyz.com and tell me how do i get rid of this meta_tag_title in the title bar?
*****MODERATOR NOTE: LINK POINTS TO ADULT CONTENT *
Obaa-san
Zen Follower
kim this is not helping me i know where the file to edit is i just dont know what i did wrong....<head>
<title>META_TAG_TITLE</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="keywords" content="META_TAG_KEYWORDS" /> <meta name="description" content="META_TAG_DESCRIPTION" />where is this getting pulled from its not in includes/languages/english/metatags.php its somewhere else
Zen Follower
i guess i need to know where do i modify this....<meta name="keywords" content="META_TAG_KEYWORDS" />
<meta name="description" content="META_TAG_DESCRIPTION" />
i want to put my keywords in and description
Sensei
Your /includes/templates/YOURTEMPLATE/common/html_header.php file appears to be missing the call to the meta_tags module
require(DIR_WS_MODULES . zen_get_module_directory('meta_tags.php'));
You can see its normal placement in the template_default version of this file.
Zen Follower
this
require(DIR_WS_MODULES . zen_get_module_directory('meta_tags.php'));
was in that folder you suggested
Zen Follower
i forgot to mention i tried adding this with no success define('MY_IMPORTANT_HOME_PAGE_DESCRIPTION',
Sensei
You have somehow customized any of the following files, and thus have broken the normal operation of the meta-tags module, thereby ending up with the META_TAG_KEYWORDS and META_TAG_DESCRIPTION constants displayed instead.
/includes/modules/YOURTEMPLATE/meta_tags.php
/includes/modules/meta_tags.php
/includes/templates/YOURTEMPLATE/common/html_header.php
/includes/templates/template_default/common/html_header.php
Undoing your customizations, and/or deleting the override versions of these files, and/or re-installing the original editions of these files will be an ideal starting point.
Zen Follower
Thanks it was the very first thing
Tell staff why this post should be reviewed.