Please explain version 3.0
-
Since upgrading to version 3, dynamic featured image no longer works on my theme. I have updated the retrieval code to:
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
}BUT there are no instructions as to how to call this data as an image. Please can you give an example of how you can call a linked image within a theme…
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Please explain version 3.0’ is closed to new replies.