If anyone knows a way, thanks. Right now it strips out all the code.
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.
Thanks, Daniel.
Is there a way to activate this only in the slider?
Yes, do the change only in slider.php.
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?
I’m afraid I don’t understand the question.