Forums Forums Search & Filter Pro Third party shortcode does not output properly

Viewing 5 posts - 1 through 5 (of 5 total)
  • Anonymous
    #48918

    Hi,

    When i use a shortcode from another plugin it doesn’t output properly on the results page.

    It just outputs the text but not the surrounding HTML that shows when i display the individual post where the shortcode is inserted in the browser.

    Example:
    The output of the shortcode should be
    7788 Convector(0 downloads)

    But it just outputs:
    7788 Convector(0 downloads)

    Any advice is appreciated.

    Thanks
    Marcellino

    Anonymous
    #48919

    <a rel="nofollow" href="http://durinck.wwwconcept.nl/download/4059/" title="" class="download-link">7788 Convector(0 downloads)</a>

    Anonymous
    #48923

    Hi,

    I see now why. The excerpt is stripping all html. Adjusted the result.php with the_content() instead of the_excerpt().

    Marcellino

    Trevor
    #48939

    Ah. That is a wordpress thing, sadly. Is this resolved for now?

    Anonymous
    #48949

    Yes, resolved!

Viewing 5 posts - 1 through 5 (of 5 total)