On my site home page,
www.heartlandbraidedrugs.com/home.php I get just the site name in the page title. I have,
Quote:
Braided Rugs at Heartland Braided Rugs - ovals, rounds, chair pads, and stair treads.
|
in the txt_site_title. Here is my title code from my home.tpl. I don't think I have made any changes from the standard code.
Code:
{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}
</TITLE>
Thanks for the help.