Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2006
    Posts
    9
    Plugin Contributions
    0

    Default META_TAG_TITLE help please

    Hi all,

    What I want to to is change the main page title where it says "Zen Cart!, The Art of E-commerce".

    Now I know how to change the "Zen Cart!" part and I know how to change the "The Art of E-commerce" part, what I cannto for the life of me figure out is how I change the comma "," between the 2 parts to something else like a dash "-" or a colon ":"

    Any help is appreciated

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: META_TAG_TITLE help please

    includes -> languages -> english -> meta-tags.php

    find this line:

    define('METATAGS_DIVIDER', ', ');

    change the highlighted portion as necessary.

  3. #3
    Join Date
    Nov 2006
    Posts
    9
    Plugin Contributions
    0

    Default Re: META_TAG_TITLE help please

    Hi clydejones, Thanks for the reply.

    I saw that section but it does not have a , in it and if I change it it doesn't actually do asnything that I can see. BTW I am using the override system so I have created the folder /languages/english/techheads/ and placed the meta_tags.php file there but the section in question looks like this by default

    Code:
    define('METATAGS_DIVIDER', ' ');
    and has no comma there so I am wondering where it is coming from , the one in includes/languages/english/ also has just a space and no comma.

    I have tried putting a - in anyway to see what happens but it still shows a ,

  4. #4
    Join Date
    Nov 2006
    Posts
    9
    Plugin Contributions
    0

    Idea or Suggestion Re: META_TAG_TITLE help please

    Ok, It doesnt make much sense to me but when I change the section
    Code:
    define('TERTIARY_SECTION', ', ');
    to
    Code:
    define('TERTIARY_SECTION', ' - ');
    it changes the Title seperator the way I want. Anyway thanks clydejones for pointing me in the right direction.

  5. #5
    Join Date
    Feb 2004
    Posts
    58
    Plugin Contributions
    0

    Default Re: META_TAG_TITLE help please

    This also worked for me

    thanks Techheads

 

 

Similar Threads

  1. Meta Tags display META_TAG_TITLE.. Need help!!
    By MannyNy7 in forum General Questions
    Replies: 4
    Last Post: 10 Feb 2013, 04:38 AM
  2. META_TAG_TITLE in tabs for ezpages
    By discoverytdi in forum General Questions
    Replies: 3
    Last Post: 6 Sep 2012, 01:37 AM
  3. Where to set META_TAG_TITLE?
    By artcoder in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Apr 2007, 06:57 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg