By dresde on
Hi there,
I have created a page using views. I have been able to theme it pretty much as I wanted. Now, I would like to include some banners in between some content, like:
node1
->banner1
node2
node3
->banner2
...
If I edit the view template to add the banners, it will appear under every single node, and it will be the same banner everytime (always "banner1").
How can I add this banners in an easy way to be managed?
Comments
You could use Views Custom
You could use Views Custom Field and a little PHP code to select the right banner or skip it entirely if not needed on a particular node.