Hello! I have a user plug in that auto creates a private page when someone registers. I can modify this page template so it shows content. What would the php be (if possible to do) to insert an AVIA module into a page template, in particular the TABS module, so that i don’t have to load the tabs every time manually after someone registers. I’m a newbie but learning fast so i just need to know what to insert for that module
thanks!!
Hey invishane,
If you enable debug mode you will be able to see shortcode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/. You can then use the do_shortcode function in your template. I’m not 100% sure it will work though.
Regards,
Rikard