

If you want to show a page title from a higher level on the current page you can use leveltitle. leveltitle shows the title of a certain level on the page tree. If you have the following tree
ROOT
|-- Page 1
|-- Page 2
|-- Page 3
|-- Page A
|-- Page B
and you want to show on Page A and Page B the title of the parent then you can use the following TypoScript:
page.10.subparts.TITLE = TEXT page.10.subparts.TITLE.data = leveltitle:0
The number after the : is the number of the level the title resides on. Counting begins from 0.




Add comment