View Single Post
  #1  
Old 02-03-2005, 03:03 PM
 
Loony2nz Loony2nz is offline
 

Member
  
Join Date: Nov 2004
Posts: 20
 

Default Channging Home Page Title

Hi,

I'm having a *bleep* of a time trying to change the <title></title> of my home page.

I know the Company Name shows up on the homepage, but I want to amend it. Right now it just states my Website name, "The Frugal Diver". That's set in the Company settings in the admin, I know. But, I want to tack on other keywords after the website name.

Here is the snippet I'm trying to alter:

<TITLE>{if $extra_fields[2].field_value ne ""}
{* ********** TOTAL META CONTROL ******** *}
{$extra_fields[2].field_value}
{* ********** TOTAL META CONTROL ******** *}
{else}
{* ********** TOTAL META CONTROL ******** *}
{if $config.SEO.page_title_format eq "A"}
{section name=position loop=$location}
{$location[position].0|escape}
{if not %position.last%}- {/if}
{/section}
{else}
{section name=position loop=$location step=-1}
{$location[position].0|escape}
{* {if not %position.last%}- {/if} *}
{/section}
{/if}
{/if}{* ********** TOTAL META CONTROL ******** *}</TITLE>

Where do i put "Buy scuba diving gear" after "The Frugal Diver" in this snippet?

Note: I only want "Buy scuba diving gear" on the homepage. Subsequent category and product pages, I want, "<category> - The Frugal Diver" or "<product> - The Frugal Diver"

Thanks all!
Chris
__________________
www.TheFrugalDiver.com
Where Diving Won\'t Cost A Lung
------------------------
X-Cart Version 4.0.5
Reply With Quote