New Zenner
- Join Date:
- Jan 2006
- Posts:
- 27
- Plugin Contributions:
- 0
how to change home page title?
I HAVE JUST UPGARDED MY SITE https://WWW.CASTLEPICTURES.COM TO THE LATEST VERSION OF ZENCART . How do I chnage my home page title ?
Views: 13,107
New Zenner
I HAVE JUST UPGARDED MY SITE https://WWW.CASTLEPICTURES.COM TO THE LATEST VERSION OF ZENCART . How do I chnage my home page title ?
Totally Zenned
includes/languages/english/YOUR_TEMPLATE/meta_tags.php
New Zenner
Can I just say I love these forums?!?!?! I was wondering the same thing, and appreciate your answer! I was able to go in and make this change soooo easily!
:-)
El
Totally Zenned
We're here to help. :smile:
To create a very basic custom template (you can build from there), you need:
Anywhere you see a /classic/ folder, you can create a folder for your custom template. You can copy the necessary files from either the /classic/ folder, the /template_default/ folder or the parent folder.
Edit includes/templates/YOUR_TEMPLATE/template_info.php to give your template identifying information so you'll recognize it in the admin under tools->template selection.
New Zenner
afo:
We're here to help. :smile:
To create a very basic custom template (you can build from there), you need:
Anywhere you see a /classic/ folder, you can create a folder for your custom template. You can copy the necessary files from either the /classic/ folder, the /template_default/ folder or the parent folder.
Edit includes/templates/YOUR_TEMPLATE/template_info.php to give your template identifying information so you'll recognize it in the admin under tools->template selection.
Where would I look to see what I can and can't change on those files you listed, or what woul be possible?
Totally Zenned
meknownowt:
Where would I look to see what I can and can't change on those files you listed, or what woul be possible?
It depends on what you want to do. You definitely can't remove the copyright information at the top of any of the files (this information isn't displayed to the public at any time). Zen Cart is pretty hard to break. If you make a mistake, you can always replace your file with the original and start again.
The possibilities are pretty much endless depending on your imagination, skill and knowledge. There are a number of free templates in the downloads section (see link at top of page). You can see the templates in action at http://(sorry, site offline)/.
New Zenner
I change this in
/includes/languages/YOU_LANGUAGE/meta_tags.php
In line 24
// NOTE: If HOME_PAGE_TITLE is left blank (default) then TITLE and SITE_TAGLINE will be used instead.
define('HOME_PAGE_TITLE', 'YOU TEXT HERE'); // usually best left blank
:wink:
New Zenner
I have added the line:
define('HOME_PAGE_TITLE', 'MY_OWN_HOME_PAGE_TITLE');
into: /includes/languages/english/YOUR_TEMPLATE/meta_tags.php
:clap:
Tell staff why this post should be reviewed.