Just wondering if this is possible:

I'd like to create a page with a list of all posts that have been 'published to the front page' - Displaying (in chronological order; newest first) a list of just the post titles and not any of the content. In effect an index list page. Each title would of course be clickable to visit the page itself.

Any ideas on how to accomplish this would be greatly apprecited.

Comments

schwa’s picture

You can do this very nicely with the Views module. Takes a wee bit of a learning curve at first with the module interface, but you can easily set up a block or a page that filters for node:promoted and displays only the node:title field sorted chronologically.

trevornz’s picture

Hi schwa

Thanks for the advice. Just tried out 'Views' and it's exactly what I needed. Much appreciated