How can I insert the current page title automatically into a TYPO3 template?

后端 未结 8 863
终归单人心
终归单人心 2021-02-05 17:08

actually the title is the whole question.

I just want to modify the template so that the current page title is automatically shown (i\'m working with html templates so I

8条回答
  •  野性不改
    2021-02-05 17:25

    If you want to use a fluid only solution, install the VHS extension and you can output the page title without using any TypoScript at all like this:

    Tag Example:

    
      
    
    

    Inline Example:

    {v:page.header.title(title: 'NULL', whitespaceString: '' '', setIndexedDocTitle: 1)}

提交回复
热议问题