• Hy,
    I need a php link to insert the slider. Only ” [slide-anything id=’126′]” it’s not working.
    Thank you,
    Daniel

Viewing 1 replies (of 1 total)
  • Plugin Author simonpedge

    (@simonpedge)

    In PHP you would ‘echo’ the WordPree do_shortcode() function – e.g:
    <?php
    echo do_shortcode(“[slide-anything id=’126′]”);
    ?>

    This is the code that you would normally use within a WP template or header.php/footer.php templates.

Viewing 1 replies (of 1 total)
  • The topic ‘php link’ is closed to new replies.