How to view the default listing that comes with Drupal (teasers) of all articles in a node type?
I'm always using views and more complicated things for Drupal but it seems that I don't know the basics.
I need to display all the articles in a node type without views... (I'm using the Five Star voting and in the views I can't add it in fields..it doesn't appear in the list )
but it does appear in the teaser listing..
I just don开发者_高级运维't know how to access that!
You can still use Views. You just need to change your view from the default Style: Table to Style: Unformatted or Style: List. Then change Row Style: to Node, and click on the settings icon to choose the Teaser build mode.
精彩评论