Title: loop content
Last modified: October 10, 2018

---

# loop content

 *  Resolved [crazyapple](https://wordpress.org/support/users/crazyapple/)
 * (@crazyapple)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/loop-content-2/)
 * Hi, i have a problem with the_content in the loop of a custom teamplate.. if 
   i use the bold editor(for a post), the content don’t appear in loop and if i 
   use get_the_content appear but with the shortcode (es [bt_bb_text] + test).
 * Any advice?
 * Thanks a lot!

Viewing 1 replies (of 1 total)

 *  Plugin Author [boldthemes](https://wordpress.org/support/users/boldthemes/)
 * (@boldthemes)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/loop-content-2/#post-10770939)
 * Hi [@crazyapple](https://wordpress.org/support/users/crazyapple/),
 * Thanks for choosing Bold Builder!
 * Please use the following:
 *     ```
       $content = apply_filters( 'the_content', get_the_content() );
       echo $content;
       ```
   
 * or:
 * `do_shortcode( get_the_content() )`
 * Please let us know if this helps you and if you need any additional help.

Viewing 1 replies (of 1 total)

The topic ‘loop content’ is closed to new replies.

 * ![](https://ps.w.org/bold-page-builder/assets/icon-256x256.png?rev=1573974)
 * [Bold Page Builder](https://wordpress.org/plugins/bold-page-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bold-page-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bold-page-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/bold-page-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bold-page-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bold-page-builder/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [boldthemes](https://wordpress.org/support/users/boldthemes/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/loop-content-2/#post-10770939)
 * Status: resolved