The Total Theme Core plugin registers a new shortcode named “select_menu” which will allow you to display a select dropdown anywhere on your site based on a specific menu. The shortcode takes on two parameters:
- menu (your menu slug) – menu to get items from
- custom_select (true/false) – whether to use the theme’s custom select design or not
Example usage:
[select_menu menu="footer" custom_select="true"]