clydejones:
includes/languages/english/meta_tags.php
Make your changes and then be sure to save the edited file to:
includes/languages/english**/classic/**meta_tags.php
classic is the template you're using so you need to have any files you change/edit located in that folder.
Just did that with no results. I'll copy & paste what the file looks like below. I'd really appreciate it if you or someone else could help me out. Been frustrated with this for days :no:
define('TITLE', 'Gift Baskets Online -');
// Site Tagline
define('SITE_TAGLINE', 'Unique Holiday & Specialty Food Gift Baskets');
// Custom Keywords
define('CUSTOM_KEYWORDS', '');
// Home Page Only:
define('HOME_PAGE_META_TITLE', 'Gift Baskets Online - Unique Holiday & Specialty Food Gift Baskets');
define('HOME_PAGE_META_DESCRIPTION', 'Unique Gift Baskets for the Special People In Your Life. We’ve got the Best Prices Guaranteed!');
define('HOME_PAGE_META_KEYWORDS', 'unique gift baskets, food gift baskets, holiday gift baskets, specialty gift baskets');
// EZ-Pages meta-tags. Follow this pattern for all ez-pages for which you desire custom metatags. Replace the # with ezpage id.
// If you wish to use defaults for any of the 3 items for a given page, simply do not define it.
// (ie: the Title tag is best not set, so that site-wide defaults can be used.)
// repeat pattern as necessary
define('META_TAG_DESCRIPTION_EZPAGE_16','Unique Gift Baskets for the Special People In Your Life. We’ve got the Best Prices Guaranteed!');
define('META_TAG_KEYWORDS_EZPAGE_16','unique gift baskets, food gift baskets, holiday gift baskets, specialty gift baskets');
define('META_TAG_TITLE_EZPAGE_16', 'Gift Baskets Online - Unique Holiday & Specialty Food Gift Baskets');
// Per-Page meta-tags. Follow this pattern for individual pages you wish to override. This is useful mainly for additional pages.
// replace "page_name" with the UPPERCASE name of your main_page= value, such as ABOUT_US or SHIPPINGINFO etc.
// repeat pattern as necessary
define('META_TAG_DESCRIPTION_HOME','Unique Gift Baskets for the Special People In Your Life. We’ve got the Best Prices Guaranteed!');
define('META_TAG_KEYWORDS_PAGE_HOME','unique gift baskets, food gift baskets, holiday gift baskets, specialty gift baskets');
define('META_TAG_TITLE_PAGE_HOME', 'Gift Baskets Online - Unique Holiday & Specialty Food Gift Baskets');