I want to add a snippet of php code in a content template.
So I have
'{Post Image:5:full:left}{Post Body:6}
<p><?php include "filename.php" ?></p>'
When I submit the form in firefox it renders fine in Wordpress (I have the exec-PHP plugin on). When I submit it in ie8 it only displays the HTML elements.
any ideas?