A way to enable HTML/shortcode in excerpts and slider?

Viewing 6 posts - 1 through 6 (of 6 total)
  • #6668
    ebilgrodo
    Participant

    If anyone knows a way, thanks. Right now it strips out all the code.

    #6694
    Daniel Tara
    Keymaster

    You could replace the_excerpt(); with this:

    global $post; echo apply_filters( ‘the_content’, $post->post_excerpt );

    I don’t recommend it though since this hack could break code nesting and the functionality of certain plugins.

    #6705
    ebilgrodo
    Participant

    Thanks, Daniel.

    Is there a way to activate this only in the slider?

    #6710
    Daniel Tara
    Keymaster

    Yes, do the change only in slider.php.

    #6713
    ebilgrodo
    Participant

    Thanks!

    On a related subject, is it possible in Esplanade to have the header of each item sitting above the image, or is it only possible to have it sitting next to it?

    #6719
    Daniel Tara
    Keymaster

    I’m afraid I don’t understand the question.

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

You must be logged in to reply to this topic.