Posted by JavaMan on March 17, 2011 at 9:41am
Hi. If in an article i don't fill the teaser textarea, in article teaser mode i will see just article's title, publish date and an image, if i set one. Correct, because the teaser textarea is empty.
My question is: how, in that case,to automatically show an article teaser based on article body?
Comments
You can add node:body to the
You can add node:body to the fields of the view and you can trim it to a maximum length in characters. I usually do not like this solution, because it will leave the parragraf unfinished most of the time, making it look unprofessional. Using a teaser is always a better option.