I have created a Menu with the following structure:
Menu
Main Item 1
Main Item 2
SubItem1 (show category1 as blog)
SubItem2 (show category2 as blog)
SubItem3 (show category3 as blog)
Main Item 3
When selecting Main Item 2, I would like to show a page with a list of the menu items that contains Main Item 2, something like a magazine cover, where every item appears with an image and a description. Clicking on the image or title would link to the actual menu SubItemX.
I think what I'm trying to do is to use Menu Items as articles, so they can be used as articles in other pages.
How can this be done?