• Resolved crazyapple

    (@crazyapple)


    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

    (@boldthemes)

    Hi @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.