Is there a way that I can use a block to show the newest pages that have been added.

Comments

wesleydv’s picture

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

andrewhthomas’s picture

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.)