Removing a "read more" link from a teaser...Is it possible?
Hi Everyone,
I'm trying to remove a "read more" link from a content type, but I'm having a difficult time trying to figure it out. Basically, I have a view on my front page that is showing content types as teasers for products that are on sale. I want to keep the more link in my view, but I don't want each individual teaser to have a "read more" link underneath it.
I would try to upload a screenshot, but I don't think I can do that here.
Does anyone know if "read more" can be removed from a content type teaser display?
Any advice you can give me would be great!
Thanks,
Diana
Comments
This probably isn't the most
This probably isn't the most likely place for you to post a general Drupal question like this. Probably http://drupal.stackexchange.com would work better.
There are a pile of ways to do this.
1. Take the teaser link out of the theme tpl.php
2. Change to presenting fields instead of teasers in your view.
3. Experiment with the excellent [Read More](http://drupal.org/project/read_more) module.
Thank you
Thank you, rfay. Sorry about that! I really wasn't sure if I should post the question here. I just thought that maybe it would have something to do with the set up of the commerce product display. Either way, I'll try everything that you suggested.
I would also suggest the
I would also suggest the Display Suite module. It allows better customization of fields in your content types 'manage display' tab, including a 'read more' field you can put to hidden.
Use format Content instead of Rendered Entity
I just noticed that in Views settings, if you choose format > Rendered Entity > view mode : Teaser you don't have the choice to show read more link or not. But if you choose format > Content (instead) > view mode : teaser then in the settings you can choose to display links or not.