Hi Allison,
To show the menus as accordion, you may change the layout of them in the settings. Please read this information:
You are free to modify the templates here: https://site-address/wp-admin/admin.php?page=foodlist-settings
Just keep the structure of the tags (you may omit some of them);
1.Menu:
1.1. Title:
[menu_title]
[menu_title_text]
[/menu_title]
1.2. Excerpt
[menu_excerpt]
1.3. Sections
[menu_sections]
[menu_section]
[/menu_sections]
1.4. Menu ID (can be use in attributes)
[menu_id]
2. Menu Section:
2.1. Title
[menu_section_title]
2.2. Excerpt
[menu_section_excerpt]
2.3. Menu items
[menu_items]
[menu_item]
[/menu_items]
2.4. Section id
[menu_section_id]
2.5. Section instance (to distinguish if shown more than once)
[menu_section_instance]
3. Menu Item
3.1. Title
[menu_item_title]
3.2. Tags
[menu_item_tags]
[menu_item_tag_icon_url] <!-- tag icon url -->
[menu_item_tag_description] <!-- tag description -->
[/menu_item_tags]
3.3. Currency Sign
[currency_sign]
3.4. Price
[menu_item_price]
3.5 Thumbnail
[menu_item_thumbnail]
3.6. Exceprt
[menu_item_excerpt]
3.7. Menu Item ID
[menu_item_id]
3.8. Menu Item instance
[menu_item_instance]
That’s it. You may use all of them or just some of them. You are free to add html within cycled tags (i.e.:
[menu_items]
<li> [menu_item] </li>
[/menu_items]
).
NB1: [menu_section]
is converted to the contents of the menu section template.
NB2: [menu_item]
is converted to the contents of the menu item template
NB3: You cannot use tags from the menu template in the menu section or in the menu item templates (and vice versa).