Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2014
    Location
    Bronx, New York, United States
    Posts
    83
    Plugin Contributions
    0

    Default Change meta title comma to pipe or vertical bar

    Code:
    // page title
    define('TITLE', ' mytitle');
    
    // Site Tagline
    define('SITE_TAGLINE', 'mytagline');
    Output
    Code:
    mytitle,mytagline
    But i want

    Code:
    mytitle|mytagline
    Pease Help

  2. #2
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: Change meta title comma to pipe or vertical bar

    You'll need to edit your includes/languages/YOUR_LANGUAGE/meta_tags.php at around line 53 and change:
    Code:
    // Define Tertiary Section Output
      define('TERTIARY_SECTION', ', ');
    to
    Code:
    // Define Tertiary Section Output
      define('TERTIARY_SECTION', ' | ');
    Please note that this file can be in your override directory, so check your includes/languages/YOUR_LANGUAGE/YOUR_TEMPLATE/meta_tags.php as well...

    Regards,
    Leonard

  3. #3
    Join Date
    Apr 2014
    Location
    Bronx, New York, United States
    Posts
    83
    Plugin Contributions
    0

    Default Re: Change meta title comma to pipe or vertical bar

    Quote Originally Posted by balihr View Post
    You'll need to edit your includes/languages/YOUR_LANGUAGE/meta_tags.php at around line 53 and change:
    Code:
    // Define Tertiary Section Output
      define('TERTIARY_SECTION', ', ');
    to
    Code:
    // Define Tertiary Section Output
      define('TERTIARY_SECTION', ' | ');
    Please note that this file can be in your override directory, so check your includes/languages/YOUR_LANGUAGE/YOUR_TEMPLATE/meta_tags.php as well...

    Regards,
    Leonard
    Wow.......... Thanks

 

 

Similar Threads

  1. v151 How Do I Change Title Bar Text & Meta Keywords Text?
    By KB2UNK in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 7 Jul 2014, 05:27 PM
  2. v139h How do I change basic meta tags such as page title and description and meta keywords
    By robertwebsite in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Aug 2012, 08:38 AM
  3. Title Bar & Meta
    By horrorware in forum Basic Configuration
    Replies: 3
    Last Post: 28 Nov 2011, 07:39 PM
  4. Change Nav Bar title to Match info box title
    By RobertG in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 3 Feb 2010, 02:38 PM
  5. Meta tags just duplicates text in title bar
    By mediathing in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 24 Jun 2006, 11:00 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR