• Is it possible to render the content through the visual composer?
    Now it shows all shortcodes [vc_row]…

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Kyle Maurer

    (@brashrebel)

    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.

    Plugin Author Kyle Maurer

    (@brashrebel)

    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…”

    Plugin Author Kyle Maurer

    (@brashrebel)

    This sounds like it might just be a question for Visual Composer. Though you might try using do_shortcode() as well.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Rendered Content’ is closed to new replies.