I am creating a page with a restaurant menu, and in the sidebar I would like to have anchor links to automatically scroll down to the part required, for example desserts or main courses.
My thought is therefore to create a post for each menu type (i.e. starters, main courses, desserts) and include them all in one category. Then the Menu page would display the posts in that category. What I don't know how to do yet is how to generate those links in the sidebar, as these links would not link to the post on its own page, but to the section in the category page where that post begins (using anchors).
Is my logic right and can anyone help me out in implementing this sidebar menu? thanks