Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter Umesh Bohara

    (@oomesh)

    Hello imandyjat,

    Sorry for late reply,
    You can write the following code in your template where you want to display:

    <?php if( class_exists('Dynamic_Featured_Image') ) {
           global $dynamic_featured_image;
           $featured_images = $dynamic_featured_image->get_featured_images( )
             }
            ?>
     <img  src="<?php echo $featured_images[0]['full'];?>" />
    ?>

    Thanks

Viewing 1 replies (of 1 total)