There are two kinds of views that can be created – a page view and a block view. A block view behaves like any other view. The only difference is that the content of the block view is rendered in a block. Page View requires a path. The view output will be rendered in a page with the given path.
Let us create a block view for Latest Articles.
- Download the "Views" module from http://drupal.org/project/views.
- Enable the "Views" and "Views UI" modules.
- Navigate to "Structure" -> "Views" -> "Add New View"
- Enter a name for the view: "Latest Articles".
- Show Content of type "Articles" sorted by newest first.
- Tick against the check box "Create a Block" and fill necessary information like "Block Title", "Display Format", "Items per page" and "Use a pager".
- Click "Save & Exit" to save the view.
- You can also click "Continue & edit" if you need to edit the view. Here, you will find advanced settings for the view. You can add more fields, filter criteria, sort criteria, contextual filters and many other settings.
Your block view is created now. Let us place this block into a region.
Steps to place the block in a block region
- Navigate to "Structure" -> "Blocks"
- You can find your view under the "Disabled" blocks list. It will appear as "View: Latest Articles"
- Assign a block region to the block from the drop down available next to the block name.
- Save the block.
You will now be able to see your view in the assigned region.