Task1. In TypoScript I need to get a page title for a given page id {$my_page_uid}
Task2. This page title should be recieved according to the current language
I need this title in the form like temp.pTitle, so I can make then page.10 < temp.pTitle
|
Task1. In TypoScript I need to get a page title for a given page id I need this title in the form like temp.pTitle, so I can make then page.10 < temp.pTitle | |||
feedback
|
|
At a first glance I thought: Haha! That's trivial... but actually it's not. Here is a clever solution for the first part I found in a german forum:
Don't know if this solves the language part, but it should. | |||||||
feedback
|
To get current page title:
| |||
|
feedback
|
|
There's an even simpler solution..
When you omit the .value or .field, it automatically takes the page title as value. This even works with multiple languages. | |||||
|
feedback
|