
By wcndave on
In a drupal site, news articles have a link to "more details", is there a way to remove that link and force the news "feed" to have the full content.
My site generally has only 1 or 2 news items at a time, and they are generally announcements, so I just want to have the full content on there.
I set the trimmed value to 3200, however even though all the content is displayed, I'd like to remove the More details... link as it adds no value in this case.
I can't see in the manage display section under teaser how one would do that.
Any ideas? Thanks!
Comments
You can remove it through the Content Type Display Settings
Through the Content Type Display Settings
Go to Structure > Content types > [Your News Content Type] > Manage display
Click on the Teaser view mode tab
For the Body field, look for the Format column
Select the Default option from the dropdown
Save the configuration.
Apart from this, you can also achieve this by creating a custom module or overriding your theme's template.php file.