Image paths incorrect after plugin update
-
Hi,
I have just updated the plugin to the latest version, previous version was a long way out of date, but now the path to the images is incorrect.
ie.
https://website.com/wp-content/uploads/wp-content/uploads/2017/02/HomePic2.jpg
instead of:
https://website.com/wp-content/uploads/2017/02/HomePic2.jpg
The code I am using to render the image is:
<?php if( class_exists('Dynamic_Featured_Image') ) { global $dynamic_featured_image; $featured_images = $dynamic_featured_image->get_featured_images( $pagg->ID ); ?> <img src="<?php echo $featured_images[0]['full'] ;?>" /> }
Any ideas what may be incorrect with this? Is there a setting or some DB content which needs updating?
Thanks
Cam
- The topic ‘Image paths incorrect after plugin update’ is closed to new replies.