hey, I would like to know how to use those tags in my template. Right now I made a page template in advanced layout builder and using debug mode, I took out the code. In between the [av] tags I want to add my php queries and put it in custom template, but it doesnt work. Can you help me?
Hey Duop,
I’m not sure I understand what you mean by that but send us admin login details in private and point out the page in question and we’ll have a look at it. Please note that php code will not work in the builder.
Best regards,
Rikard
now you should understand the idea, but again, I took the “advanced layout editor” code(from debug mode) and I want to put it in the page template. what am I missing here? thank you
Hi Duop,
The shortcode needs to be added using the following php code for it to show:
<?php
echo do_shortcode('[shortcode]');
?>
Replace [shortcode] with the shortcodes you need.
Let me know if you need further assistance.
Best regards,
Jordan
oh right… :) thank you
