Thanks for asking @mnby. At this time we don’t officially support that use case. Possibly in the future though!
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.
Can you clarify what you mean when you say it does not work? Also, have you tried just using the_content() instead of those three lines? This function should do all of that for you.
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…”
This sounds like it might just be a question for Visual Composer. Though you might try using do_shortcode() as well.