Hi, I'm trying to show links to three nodes in a block using views.

What I've done is used Filters > Node: Title, which works as long as I choose onely ONE node. As soon as I add a second filter with a second Node: Title, nothing shows up.

What am I doing wrong?

Grateful for any help.

Comments

groenm’s picture

The conditions are combined through an AND operator. So only nodes satisfying all conditions are shown, which means every node that has all three titles. However, nodes only have one title, and can never satisfy all three conditions at the same time.

You would have to select your nodes through a condition that is satisfied by these three nodes only. Maybe you can tag them through taxonomy and filter for the taxonomy term?

If you only need a block with three links to three nodes, maybe it works for you to create an additional menu and add the three nodes to this menu. Next, you create a block to show this menu.

Mark

eatanicecream’s picture

Cool, thanks. I'll create a new taxonomy term.