Hello! I have a template override for single blog post and I have a do_shortcode that brings in page content
<?php echo do_shortcode('[av_postcontent link="page,468" av_uid="av-lxp987fk" sc_version="1.0"]'); ?>
So I notice that it does bring in the page content, but that page content is just shortcode and processed shortcodes…how do I get to also process as well?
Hey Jason,
Thanks for the link to your page, but we will need a admin login to review in full what you are trying to do, the echo do_shortcode(“
typically works, see this post
but when I check your page it looks like you are trying to add a color section which can cause issues, since full width elements behave differently.
This is another post that might help
Best regards,
Mike