0

Look here. I want to update the BC page title tag so that it updates and shows the correct page title on every page. Right now it's in the website template and it needs to stay there for ease for customer editing.

L84
  • 45,514
  • 58
  • 177
  • 257
nvncbl
  • 179
  • 1
  • 2
  • 15

1 Answers1

0

{tag_pagetitle} Displays current page title. Must be used within the title tag of the template.

eg.

<!-- TemplateBeginEditable name="doctitle" -->
    <title>{tag_pagetitle}</title>
<!-- TemplateEndEditable -->
L84
  • 45,514
  • 58
  • 177
  • 257