Kryptronic Software Support Forum

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.

#1 06-04-2010 15:11:19

jensme
Member
Registered: 04-29-2010
Posts: 392

Problem with HTML page titles

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

 

#2 06-04-2010 16:01:15

jensme
Member
Registered: 04-29-2010
Posts: 392

Re: Problem with HTML page titles

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

 

#3 06-05-2010 13:47:34

susan2go
Member
Registered: 04-19-2010
Posts: 81

Re: Problem with HTML page titles

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:

Code:

<?php 

$this->include_namespace('ecom','prodnew');

?>

Offline

 

#4 06-21-2010 16:07:01

jensme
Member
Registered: 04-29-2010
Posts: 392

Re: Problem with HTML page titles

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

 

#5 06-21-2010 16:09:08

jj1987
Member
From: Orlando, FL
Registered: 07-14-2008
Posts: 502
Website

Re: Problem with HTML page titles

<title><?php print $metatitle; ?> - Your text can go here</title>

Is this what your title tag looks like?



-James Garrett

Offline

 

#6 06-21-2010 16:13:15

jensme
Member
Registered: 04-29-2010
Posts: 392

Re: Problem with HTML page titles

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

 

#7 06-21-2010 17:51:38

susan2go
Member
Registered: 04-19-2010
Posts: 81

Re: Problem with HTML page titles

You need to edit your splash page title through System Dashboard > Website > Content > Webpages

Offline

 

Board footer