You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
There are two problems here:
1. My titles show up as just the page name without any store information before it. Where do I change that?
2. Somehow, I made my home page stay its title is "New Stuff". Where do I fix that?
Thanks!
Offline
Okay. I figured out the New Stuff was pulling the page title for "prodnew" from namespaces. Why would it change the whole page title just because I use that namespace on the home page?
Offline
If you use that namespace, it will load the page associated with it.
If you want new products to appear on the namespace splash, then you would use this code:
<?php $this->include_namespace('ecom','prodnew'); ?>
Offline
Thanks.
However, the site is still showing the wrong page title (HTML title) on the home page - and others. It's not bringing in any prefix to the page title tag. Help?
Offline
It's sort of working better. But that "New Stuff" is still coming up first on my home page.
Last edited by jensme (06-21-2010 16:14:41)
Offline
You need to edit your splash page title through System Dashboard > Website > Content > Webpages
Offline