Dynamic lists with 'Views'
A. Modules
First, we’re going to create a new page listing all of our blog posts. To be able to do this, we’ll need to install a modulecalled Views.
- Watch: Installing Drupal 7 modules and themes (up to 7:00)
B. Views
- Read: A totally beginner tutorial to Views for Drupal 7
- Install the views and ctools modules
- Now enable the Views & Views UI modules
- Create a new page View listing Articles by most recent first, give this view a link in the main menu called ‘Blog’
Resources
- Watch: Views tutorial
- Read: Views tutorial