Tagged: submenu
Hi,
I am having problems understanding how to get a submenu to display on a custom template.
I would like our Membership – submenu to show on https://beta.chmse.com/membership-directory/
as it does on https://beta.chmse.com/membership/
Many thanks in advance.
Adam
Hey Adam,
If that is a custom template then you would have to copy it to your child theme and edit it directly there. You can see the shortcodes for the element you wish to add if you activate debug mode: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode. Then you can use the do_shortcode function to add the shortcodes in the template: https://developer.wordpress.org/reference/functions/do_shortcode/.
Best regards,
Rikard