Thread: Home_page_title

Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Home_page_title

    Yes, I know how you feel with a fresh set of eyes in the morning, coffee, and breakfast...

    Glad you got her working, Gjh42 has killer knowledge

  2. #12
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Home_page_title

    You might want to get a copy of WinMerge to compare the files. You have to use it on your computer (not your website), but it'll compare the contents of two files and copy info from one to the other. After that, you'll have to upload the changes to your website. Filezilla and SmartFTP are two good FTP clients.

    Haredo, can I ask what Glenn (Gjh42) had to do with this thread?
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  3. #13
    Join Date
    Apr 2008
    Location
    Calif
    Posts
    85
    Plugin Contributions
    0

    Default Re: Home_page_title

    Thank you thank you thank you for this great post. After countless hours of not being able to get code right I was finally able to accomplish it with this fantastic post. And a good nights sleep and a pepsi (my coffee )

  4. #14
    Join Date
    Feb 2007
    Location
    Oregon
    Posts
    8
    Plugin Contributions
    0

    Default Re: Home_page_title

    Quote Originally Posted by afo View Post
    In includes/languages/english/YOUR_TEMPLATE/meta_tags.php, look for the block of code below.

    Code:
    // page title
    define('TITLE', 'Zen Cart!');
     
    // Site Tagline
    define('SITE_TAGLINE', 'The Art of E-commerce');
     
    // Custom Keywords
    define('CUSTOM_KEYWORDS', 'ecommerce, open source, shop, online shopping');
     
    // Home Page Only:
      define('HOME_PAGE_META_DESCRIPTION', '');
      define('HOME_PAGE_META_KEYWORDS', '');
     
      // NOTE: If HOME_PAGE_TITLE is left blank (default) then TITLE and SITE_TAGLINE will be used instead.
      define('HOME_PAGE_TITLE', ''); // usually best left blank
    and change it to

    Code:
    // page title
    define('TITLE', MoonCave Crystals');
     
    // Site Tagline
    define('SITE_TAGLINE', 'The Art of E-commerce');
     
    // Custom Keywords
    define('CUSTOM_KEYWORDS', 'ecommerce, open source, shop, online shopping');
     
    // Home Page Only:
      define('HOME_PAGE_META_DESCRIPTION', '');
      define('HOME_PAGE_META_KEYWORDS', '');
     
      // NOTE: If HOME_PAGE_TITLE is left blank (default) then TITLE and SITE_TAGLINE will be used instead.
      define('HOME_PAGE_TITLE', ''); // usually best left blank
    If you REALLY want to change the HOME_PAGE_TITLE, put MoonCave Crystals between the single quotes like

    Code:
      // NOTE: If HOME_PAGE_TITLE is left blank (default) then TITLE and SITE_TAGLINE will be used instead.
      define('HOME_PAGE_TITLE', 'MoonCave Crystals '); // usually best left blank

    Finally a fix!! Thank you for your time spent with us newbies!

    Cindy
    http://www.tophatjewelry.com/boutique

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v138a tabs HOME_PAGE_TITLE ?
    By divekathster in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 Jan 2012, 02:27 AM
  2. HOME_PAGE_TITLE header
    By rxalex in forum Basic Configuration
    Replies: 12
    Last Post: 14 Mar 2009, 03:42 PM
  3. Home_page_title
    By ckosloff in forum Upgrading from 1.3.x to 1.3.9
    Replies: 14
    Last Post: 16 Jul 2008, 07:43 PM
  4. Home_page_title
    By tarynhipp in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 10 May 2008, 08:42 PM
  5. Home_page_title
    By petek in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 17 Feb 2008, 04:38 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