Thread Starter
mnby
(@mnby)
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…”
Thread Starter
mnby
(@mnby)
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.