[TYPO3] [TS] Display the header-field of the first content element

Bjorn Kuipers bjorn at buyways.nl
Mon Dec 4 16:23:32 CET 2006


Hello,

In a template I would like to be able to select the header from the 
first content-element of selected page. I can select the title using:

/subparts.KOP.value.field = title/

This is working fine. But I can't figure out how to select the header.

Also further down in the template, I get the contents of all elements using:
/subparts.CONTENT {
  table = tt_content
  select.orderBy = sorting
  select.where = colPos=0
}

/How can I change that to leave out the header of each content-element.

Thank you,

Bjorn Kuipers


More information about the TYPO3-english mailing list