Forums
(@mnby)
7 years, 7 months ago
Hi,
the content does not get’s rendered through the visual composer shortcodes. It displays the shortcodes [vc_row][vc_column] instead of creating the correct <div class=”vc_row…”
Thank you for the reply. Can somebody help? I had it once coded, but it does not work any more. I thought this might do the trick:
$content = get_the_content(); $content = apply_filters('the_content', $content); echo $content;
But it doesn’t.
8 years, 6 months ago
of course… (-_-)
Thank you