How to create own marker in tt_news plugin TYPO3 [GENERIC Markers]


Most of time we have difficulty to add our content in between News Content. Sometimes we need to add  Links in between the news content, sometime we want to add our other dynamic content that we also need to configure from the backend. So that whenever we want to change, we can do just from backend without changes in the tt_ news template files.


Mostly we need some link, image or any specific content in middle or news content in single page, we can say the detail page of tt_news

Here I have solution for that. We can add our markers by just using TYPOscript of GENERIC marker of tt_news.

TYPOscript : Add this in with typoscript of tt_news

tt_news.genericmarkers {
     your_marker = TEXT
     your_marker.value = Your marker
}
 


Marker Tag :  Add this in the template file where you want your content

###GENERIC_YOUR_MARKER### 

Post a Comment

Thanks for your comment.