How to display menu items in a block depending upon there featured status of (linked NODE)

dharam1987's picture

Question :- I have a content type where I am adding articles, and I have an option to set - Featured = On/Off

Now, I have linked those articles to my parent menu items. Now, I am looking to create a view block where I want to display all the menu items, whose linked articles are (Featured - ON)

--- We can consider this example.

Ex - Fruits (Linked to Apple, Orange, Banana, Guava) out of which lets say (Apple, Orange are - Featured ON)

Now, I am looking to create a view block, where I want to display those 2nd level links where Featured is ON. In the example, if I am browsing any of the linked menus there, my block should show (Apple, Orange) links.

Thanks