Community

A View that does NOT show the latest node

I have a View that shows the titles and teasers of all of the nodes of a specific content type. I would like to set this so that it would show all nodes except the most recent. I know that I could set this up via taxonomies but it would be much more streamlined if I could simply set up the View to not show the most recent node of that content type. Any thoughts on how this could be done?

Comments

If you set 'Use pager' to

If you set 'Use pager' to "Display a specified number of items" or to use one of the pages, you can specify an offset. So if you set the view to sort from the most recent, setting offset to 1 will skip the newest one.

nobody click here