Advertisement
tribulant

Dynamic slideshow by current post ID

May 26th, 2014
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php
  2.  
  3. # www.tribulant.com
  4.  
  5. global $post;
  6. $post_id = $post -> ID;
  7.  
  8. if (function_exists('slideshow')) {
  9.     slideshow(true, false, $post_id, false);
  10. }
  11.  
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement