Title: Rendered Content
Last modified: April 12, 2017

---

# Rendered Content

 *  [mnby](https://wordpress.org/support/users/mnby/)
 * (@mnby)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/rendered-content/)
 * 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](https://wordpress.org/support/users/brashrebel/)
 * (@brashrebel)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/rendered-content/#post-9022482)
 * Thanks for asking [@mnby](https://wordpress.org/support/users/mnby/). At this
   time we don’t officially support that use case. Possibly in the future though!
 *  Thread Starter [mnby](https://wordpress.org/support/users/mnby/)
 * (@mnby)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/rendered-content/#post-9022524)
 * 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](https://wordpress.org/support/users/brashrebel/)
 * (@brashrebel)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/rendered-content/#post-9022736)
 * 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](https://wordpress.org/support/users/mnby/)
 * (@mnby)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/rendered-content/#post-9022811)
 * 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](https://wordpress.org/support/users/brashrebel/)
 * (@brashrebel)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/rendered-content/#post-9022955)
 * 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.

 * ![](https://ps.w.org/show-content-only/assets/icon-256x256.png?rev=991853)
 * [Show Content Only](https://wordpress.org/plugins/show-content-only/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/show-content-only/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/show-content-only/)
 * [Active Topics](https://wordpress.org/support/plugin/show-content-only/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/show-content-only/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/show-content-only/reviews/)

## Tags

 * [content](https://wordpress.org/support/topic-tag/content/)
 * [render](https://wordpress.org/support/topic-tag/render/)

 * 5 replies
 * 2 participants
 * Last reply from: [Kyle Maurer](https://wordpress.org/support/users/brashrebel/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/rendered-content/#post-9022955)
 * Status: not resolved