How add lightbox on multiple featured image
-
<?php
if (class_exists(‘MultiPostThumbnails’)) :
MultiPostThumbnails::the_post_thumbnail(get_post_type(), ‘secondary-image’,get_the_ID(), array(130,130));
MultiPostThumbnails::the_post_thumbnail(get_post_type(), ‘third-image’,get_the_ID(), array(130,130));
MultiPostThumbnails::the_post_thumbnail(get_post_type(), ‘forthy-image’,get_the_ID(), array(130,130));
MultiPostThumbnails::the_post_thumbnail(get_post_type(), ‘fifty-image’,get_the_ID(), array(130,130));
endif;
?>https://www.ads-software.com/plugins/multiple-post-thumbnails/
- The topic ‘How add lightbox on multiple featured image’ is closed to new replies.