Nov 10
26
Adding Pixelating Image Slideshow Gallery To Top Of WordPress Theme
Leave a comment »
If you are using Pixelating Image Slideshow Gallery for WordPress, and you want to add it into the top of your theme, there are a few things you will need to do.
- Add the following information in the header.php file where you want to place the Slideshow Gallery plugin.
<?php if (function_exists (pisg_show)) pisg_show(); ?>
- Add your images into the Slideshow Gallery in your admin section at Settings -> Pixelating image slideshow gallery and then select the Go To – Image Management button. Note: you have to manually upload the images to your server.
