I have a news list element on my site with no detail page associated with it. But the Teaser headline and image are still links and the read more links is still displayed.
How do I disable all links to the detail page in the Teaser.
I searched for dokumentation on this but all I could find dealt with the tt_news extention and not tx-news.
You have to edit the templates and remove the links from the list view.
You'll find this template in /ext/news/Resources/Private/Partials/List/Item.html
Don't edit this original file, but copy it like explained in the link above.
Now change for example ...
<h3>
<n:link newsItem="{newsItem}" settings="{settings}" title="{newsItem.title}">
<span itemprop="headline">{newsItem.title}</span>
</n:link>
</h3>
...to ...
<h3>
<span itemprop="headline">{newsItem.title}</span>
</h3>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With