dear all drupal user

I want to add news date and title of the news to a left-content block, my page have three block (1. left 2. center 3. right ) in one page

here is example
date title
2010/06/08 3 people dead in protest at Bangkok
2010/06/07 3 people dead in protest at Bangkok
2010/06/04 3 people dead in protest at Bangkok
2010/06/03 3 people dead in protest at Bangkok

how could i do ?
please help me.
sonarat

Comments

tryitonce’s picture

If you are using Views it should be fairly easy.

- Create a View with the filters for the news items.
- Add the fields you want to show (date & title)

Add a block view.

Go to blocks - http://www.example.com/admin/build/block.

Look for the block you created in Views.

Add it to the region where you want to show it.