Thread: XCSEO Pro
View Single Post
  #86  
Old 10-06-2008, 06:50 AM
  david@caworldwifi.com's Avatar 
david@caworldwifi.com david@caworldwifi.com is offline
 

Member
  
Join Date: Jul 2008
Posts: 19
 

Default Re: XCSEO Pro - Best X-Cart SEO module available!

I thought I sent a message awhile ago to Jon, but had no reply. It was about the TITLE TAG. Right not, the code is:
<title>{strip}
{capture name=title}
{if $config.SEO.page_title_format eq "A"}
{section name=position loop=$location}
{if not %position.first%}&nbsp;::&nbsp;{/if}
{$location[position].0|strip_tags|escape}
{/section}
{else}
{section name=position loop=$location step=-1}
{if not %position.first%}&nbsp;::&nbsp;{/if}
{$location[position].0|strip_tags|escape}
{/section}
{/if}
{/capture}
{if $config.SEO.page_title_limit <= 0}
{$smarty.capture.title}
{else}
{$smarty.capture.title|replace:"&nbsp;":" "|truncate:$config.SEO.page_title_limit|replac e:" ":"&nbsp;"}
{/if}
{/strip}</title>
{include file="meta.tpl" }
<link rel="stylesheet" href="{$SkinDir}/{#CSSFile#}" />

and the only thing the title shows is the company name. I'm stuck as to how to modify the title tag now that we use XC SEO.

Can anyone help?>??
__________________
ver 4.1.10 and 4.4.4
xc-seo
cdseo
one page checkout mod
7dana
remember me mod
add to cart mod
www.caworldwifi.com
Reply With Quote