Zen Follower
- Join Date:
- Aug 2006
- Posts:
- 197
- Plugin Contributions:
- 0
Meta Tags Showing Product Model in Title
Hi,
I have read the posts about editing metatags.php so that the model number doesn't show. I have edited my metatags.php file to this:
if (META_TAG_INCLUDE_MODEL == '1' && zen_not_null($product_info_metatags->fields['products_model'])) {
$meta_products_name = $product_info_metatags->fields['products_name'];
//$meta_products_name = $product_info_metatags->fields['products_name'] . ' [' . $product_info_metatags->fields['products_model'] . ']';
} else {
$meta_products_name = $product_info_metatags->fields['products_name'];
}
$meta_products_name = zen_clean_html($meta_products_name);
As specified in the posts I've read and when you go to a page such as http://vapenow.com/index.php/Volcano+Package+-+Mount+St.+Helens-p-114/ the model number still shows. What am I doing wrong?
Thanks in advance for any assistance!
Nate