Hi everyone!
Have any one tried this plugin - Dynamic Featured Image in Quark WP?
I`m trying to use WP original featured image in NSP slider and Dynamic Featured Image in real post when opened (or the other way around)
I can`t figure out where to put this code:
if( class_exists('Dynamic_Featured_Image') ) {
global $dynamic_featured_image;
$featured_images = $dynamic_featured_image->get_featured_images( $postId );
//You can now loop through the image to display them as required
}
https://wordpress.org/plugins/dynamic-featured-image/
https://github.com/ankitpokhrel/Dynamic ... in-a-theme