My Meta titles are showing up with a colon after them. How can I change this?
example Thirsties All-In-One Diapers :
can be seen on page 2 http://www.google.com/search?q=thirs...&start=10&sa=N
Thanks for your help.
My Meta titles are showing up with a colon after them. How can I change this?
example Thirsties All-In-One Diapers :
can be seen on page 2 http://www.google.com/search?q=thirs...&start=10&sa=N
Thanks for your help.
You will need to goto
your languages folder
then to english folder look for meta_tags.php.
make a copy of this file and then paste it in your custom folder
so it will look something like this:
languages/english/custom/meta_tags.php (custom is the folder name you gave when you first installed zen.
open that meta_tags.php and look for
// Site Tagline
define('SITE_TAGLINE', 'Thirsties Pocket All-In-One');
remove the -
save the file, but don't close the file. update your site with the new info and view it to see if its right.
nomad
Thank you nomadrw, will that change all of my meta titles? Because it is on every meta title.
Here is what is in my meta_tags.php file
Thanks!Code:// Site Tagline define('SITE_TAGLINE', '');
If you don't like the separators, just change them:(in the same file)Code:// separators for meta tag definitions // Define Primary Section Output define('PRIMARY_SECTION', ' : '); // Define Secondary Section Output define('SECONDARY_SECTION', ' - ');
.
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.