Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cpt. Harlock

    (@cpt-harlock)

    ok this is the first working solution I found:

    <?php echo do_shortcode( '[rcs_slider id="aSliderId"]' ); ?>

    Feel free to add more solutions
    thanks

    Plugin Author wp-buy

    (@wp-buy)

    Dear cpt. Harlock,
    thank you for your patience,
    Yu can simply go to slider edit page and use the 2nd shortcode..
    Go to slider edit page, then go to the last box named “shortcode” you will find the php code :

    copy and past the php code wherever you want..
    <?php if(function_exists(‘rc_slider’)){ rc_slider(‘1280’); } ?>

    Thank you

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

The topic ‘add slide via php’ is closed to new replies.