<?php echo do_shortcode( ‘[slideshow gallery_id=”3″]’ ) ?>
pasting that into my page HTML editor results in neither the text nor the plugin to display.
i checked the page source and WP is parsing it inside the <p> tag for some reason.
However if I paste that line in one of the core files of the theme (I.E. header.php) it shows up. That’s not of much use to me though, as I need to show up in that single page only.
Any other ideas?