Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - <?php if( class_exists('Dynamic_Featured_Image') ):
- global $dynamic_featured_image;
- global $post;
- $featured_images = $dynamic_featured_image->get_featured_images( $post->ID );
- if ( $featured_images ): ?>
- <?php foreach( $featured_images as $images ): ?>
- <img src="<?php echo $images['full'] ?>" alt="">
- <?php endforeach; ?>
- <?php
- endif;
- endif; ?>
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment                    
                 
                    