Hi joseysanti,
Each individual menu item has it’s own page, and you can link directly to them from posts or in your navigation menus.
If you want to display a menu with a link to each navigation menu item, though, you’ll need to be able to work with the PHP templates.
I’ve written a short tutorial on customizing the restaurant menu templates. But it does require getting your hands dirty with a little code.
Removing the sidebar will depend on your theme. Many themes come with a “full page” or “full width” page template which doesn’t include a sidebar. If your theme has this, you can create a Page for your menu, select that page template, and then use the menu shortcode (eg – –[fdm-menu id=123]
) to display your menu on the page.
If you don’t have a page template like that in your theme, you’ll need to create a separate template file for your menus. This requires some coding know-how.
If you’re comfortable creating template files, you’ll want to copy the single.php
file in your template, rename it single-fdm-menu.php
, and remove the sidebar code from that template.