By newbie888 on
I created a view named "news_view" for displaying a list of latest news releases. Now, I want to display the view via a menu named "News" in the primary menu. how do I connect the view "news_view" to a menu tab "News" in primary menu?
Comments
figured out, but don't
figured out, but don't understand why I have to add another display in addition to default display. What is a "display"? a layer?
_
"displays" represent the different output contexts in which a view can appear and the 'default display' contains settings common to all the displays in the view. Displays can be blocks, pages, feeds, etc. Different displays have different options. Having a view appear at url like page requires a page display so you can assign the url.
This is all described in the advanced help for views-- if you didn't install it, it's highly recommended.