How to view the default listing that comes with Drupal (teasers) of all articles in a node type?

105 Views Asked by At

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!

1

There are 1 best solutions below

1
On

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.