I would like the post excerpts to not strip html tags for a specific page. I tried inputting the following in Configure EXCERPTS > "Don't strip these tags"
<?php if (! is_home() ) {?><iframe><span><p><?php } ?>
but it seems Atahualpa ignores the php conditional test.
Using this so that I can use the full image size or embedded video for the excerpt in all pages except for the home page. The home page is using featured image thumbnails that are a certain size.