Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
There are different ways to do this but the most flexible would be by using views.
In views you could create a view, than filter on content type=page and sorting them on post date. Finally you could create a block display in view (don't forget to save the view) and than enabling in under the block administrations page.
Comments
There are different ways to
There are different ways to do this but the most flexible would be by using views.
In views you could create a view, than filter on content type=page and sorting them on post date. Finally you could create a block display in view (don't forget to save the view) and than enabling in under the block administrations page.
You can find more info on views here: http://drupal.org/project/views
Views module
You will want to take a look at the powerful Views module:
http://drupal.org/project/views
It will allow you to build custom blocks of content/lists where you define the query of the database (among many other wonderful things.)