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
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
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
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
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
Your /includes/templates/YOURTEMPLATE/common/html_header.php file appears to be missing the call to the meta_tags module
You can see its normal placement in the template_default version of this file.Code:require(DIR_WS_MODULES . zen_get_module_directory('meta_tags.php'));
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
this
require(DIR_WS_MODULES . zen_get_module_directory('meta_tags.php'));
was in that folder you suggested
i forgot to mention i tried adding this with no success define('MY_IMPORTANT_HOME_PAGE_DESCRIPTION',
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 Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thanks it was the very first thing