Cool Iris

Hi, I installed the CoolIris plug-in, but when I add the code <?php echo media_rss_rssm(); ?> to my header.php file, it throws an error. I added it just above the <?php echo auto_discovery_link_tag(); ?>

(The instructions said to add above <?php echo auto_discovery_link(); ?> -- i.e. minus the _tag -- but that does not exist in my theme).

Hey Erin,

I edited the documentation yesterday -- you're correct that it should have said <?php echo auto_discovery_link_tag(); ?>. It now reflects that.

If your plugin is installed, you shouldn't receive an error when adding <?php echo media_rss_rssm(); ?> to the header.php file. Is this still a problem or did you figure it out?

Dave