Advertisement
nlozovan

post.class.php folio description

Jun 23rd, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. FIND:
  2. /*generates content for gallery slider when 'clasic' or 'folio' mode is set*/
  3. static function get_post_gallery_slide($post_id, $size="gallery_format_slider")
  4.  
  5. IN THIS FUNCTION SEARCH FOR:
  6.  
  7. $img_caption = $attachment_info->post_excerpt;
  8.  
  9. CHANGE IN
  10.  
  11. $img_caption = $attachment_info->post_content;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement