Tag Archive

Adding Pixelating Image Slideshow Gallery To Top Of WordPress Theme

Published on November 26, 2010 By admin

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(); ?> [...]