• Hello,

    I’m trying to call the FS from within WordPress’s HTML editor.
    This is my code:

    <div id="slideshow">
    <?php echo do_shortcode('[FrontpageSlideshow]'); ?>
    </div>

    When I save it changes the php to be commented out like this:

    <div id="slideshow"><!--?php echo do_shortcode('[FrontpageSlideshow]'); ?--></div>

    WordPress auto formatting html is off. Can someone please help?

The topic ‘[Plugin: Frontpage-Slideshow] WordPress changes echo do_shotrcode to comment’ is closed to new replies.