|
|
How can i modify the title of a page to include title of current page and parent pageIf you want to alter the title displayed in browser title bar to include a custom text (Example:com), and the title of parent page and current page, you can do it with the following typoscript code
page.headerData.1 = COA
page.headerData.1{
10 = TEXT
10.data = leveltitle:-2
10.noTrimWrap = | |: |
20=TEXT
20.data = page:title
}
page.headerData.1.wrap= <title>Example.com: |</title>
So your title will look like: Example.com: Parent page : Current page General aspects : | TYPO3 | TYPO3 Installation | TYPO3 Configuration | TYPO Administration | TYPO3 Performance |TYPO3 Troubleshooting | TYPO3 Glossary | Development : | Typoscript | TYPO3 Extensions - TER | TYPO3 API | TYPO3 Extension Development | Extbase | Fluid? | 3rd party | Back to > CMS |
Google SearchLogin |