So for my website, I am making it so that the content of each page in the current navigation menu would be displayed on the main home page.
So main question is, how would I write the query so that it looks up all the pages which are in the navigation menu?
Would I need to find out the page_id of each page in the menu and then pass that information through query? If so, how would I find the page_id of the nav_menu?