Filtered by category Extbase & Fluid Reset filter

In TYPO3, breadcrumbs are normally generated from the page structure. However, this is often not sufficient for detail pages of extensions, as the actual data record is not part of the TYPO3 root line. In this post, I’ll show you how to use a custom DataProcessor to dynamically integrate additional data records into the breadcrumb navigation – using t3extblog as an example.

Read Article

TYPO3 v14 has made working with SEO-relevant page data considerably easier. Whereas previously TypoScript, custom PageTitleProviders or bespoke PHP solutions were often required, specialised Fluid ViewHelpers are now available to define the title tag and meta tags directly within templates. This makes managing search engine and social media metadata much more convenient and straightforward.

Read Article