Hi All,

We have a blog site with four different channels. On our homepage, we show the most recent blog entry in each "channel". There is a separate view for each channel that shows the top entry, formatted the way we want.

We also have a sidebar that has links to older articles. We would like this sidebar view to show the 5 most recent articles from any channel, excluding the 4 items that are shown by the 4 views in the main content area.

For the sake of clarity, we'll call the 4 "most recent entry" views by the names "View A", "View B", "View C", and "View D". Each one of those views shows only one item. Then, the sidebar view is "View E".

So basically I want "View E" to show the 5 most recent blog entries, but also filter our the results of Views A, B, C, and D.

How can I do this?

-Josh

Comments

duckzland’s picture

try using views exclude previous module

--------------------------------------------------------------------------------------------------------
if you can use drupal why use others?
VicTheme.com

jbeall’s picture

views_exclude_previous sounds like what I want, but it is D6 only...

I am on Drupal 7 (hence the Drupal 7 tag on my original post).