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

    (@phoenixmagoo)

    Hey there!

    This is actually pretty easy to do in WordPress using the do_shortcode function. If you look on this page you will notice this code snippet:

    <?php echo do_shortcode('[gallery option1="value1"]'); ?>

    You will need to insert a few parameters to get the correct images into the gallery. All options are located here. Should be pretty easy to do.

    Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘insert gallery into template with php’ is closed to new replies.