Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2006
    Posts
    2
    Plugin Contributions
    0

    Default Changet Title On Homepage

    How can I change the title that appears on my homepage?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Changet Title On Homepage

    What title??

    in the page?
    in the browser?
    or what?
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Oct 2006
    Posts
    2
    Plugin Contributions
    0

    Default Re: Changet Title On Homepage

    I want to change the title tag on the home page so it doesn't read, "Zen Cart!, The Art of E-commerce".

    Thanks.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Changet Title On Homepage

    find includes/languages/english.php and make a copy an place it in a folder you create for your template at includes/languages/your_template_name/english.php
    and
    includes/languages/english/meta_tags.php copy to
    includes/languages/english/your_template_name/meta_tags.php

    Edit these files replacing the text (red highlighted) and insure that the single quotes remain:
    english.php
    Code:
    //define('SITE_TAGLINE', 'The Art of E-commerce');
    meta_tage.php
    Code:
    define('TITLE', 'Zen Cart!');
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Changet Title On Homepage

    Um ... that's incorrect.

    You can set it all in your /includes/languages/english/YOURTEMPLATE/meta_tags.php file:

    // page title
    define('TITLE', 'Zen Cart!');

    // Site Tagline
    define('SITE_TAGLINE', 'The Art of E-commerce');

    Do not touch the english.php file for these settings. The // at the beginning of lines indicates they are deactivated and likely should be set elsewhere. In this case, that's the meta_tags.php file.
    .

    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.

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Changet Title On Homepage

    Thanks DrByte:

    Was doing from failing memory:
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Homepage Title Tag
    By Dukeofmodena in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Apr 2009, 12:24 PM
  2. Heading Title on homepage
    By deathbybutterscotch in forum Basic Configuration
    Replies: 1
    Last Post: 24 Nov 2008, 11:10 AM
  3. Changing homepage title
    By Mup in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 17 Feb 2008, 04:39 PM
  4. Changing Title on Homepage
    By UrbanMaleClothing in forum General Questions
    Replies: 11
    Last Post: 28 Nov 2006, 01:27 AM
  5. Static Homepage Title Tag?
    By Beer_man in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Nov 2006, 02:41 AM

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