• techlider

    (@techlider)


    Hello Guys,

    My blog theme works with several PHP includes and, one of them, is for the slideshow section.

    How do I have so insert the code into my PHP?

    I have tried to insert like the plugin shows:

    [FrontpageSlideshow fs_cats=52,3,436,246,245,80,188,9,43,348,4,8,684,6,124,86 fs_slides=6 fs_show_buttons=0 fs_show_prevnext_buttons=1 fs_main_width=580px fs_main_height=310px fs_slide_width=100% fs_placeholder_height=252px fs_rounded=0 fs_template=default]

    But it did not work. I really suck on PHP.

    My blog address is http://www.melhoramiga.com.br

    Thanks in advance,

    Fernando

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter techlider

    (@techlider)

    Hey,

    I just saw at the “How to Use It” section the code and it worked out!

    <?php
    // added by <yourname> in order to add the slideshow using the frontpage-slideshow plugin
    echo do_shortcode(‘[FrontpageSlideshow]’);
    ?>

    Thanks

    Plugin Author jeff_

    (@jeff_)

    You’re welcome dude 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Frontpage-Slideshow] [How insert the slideshow on a include PHP?]’ is closed to new replies.