Advertisement
nlozovan

Untitled

Sep 15th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. SEARCH FOR:
  2.  
  3. <!-- slideshow -->
  4. <?php get_template_part( 'slideshow' ); ?>
  5.  
  6. CHANGE WITH:
  7.  
  8. <!-- slideshow -->
  9. <?php
  10. if (!isset($_GET['fp_type'])) {
  11.  
  12. get_template_part( 'slideshow' );
  13. }
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement