• nordie

    (@svenn36)


    I have a question/problem regarding the output of
    post_content

    we are using bricks builder and also to modify the single template layout of wpsl
    everything works fine except posting the post its text
    When we use {post_content} it results in placing everything twice as we aus the shortcodes to display to display specific parts
    eg
    // Add the address shortcode
    echo do_shortcode( ‘[wpsl_address name=”false” address=”false” city=”false” zip=”false” country=”false”]’ );?>

    When we use {post_excerpt} to display the text I get to see the unformatted text (just one paragraph)
    What we would like to see is just the (formatted) text
    is
    Is it possible to get this done?

  • You must be logged in to reply to this topic.