Images get broken when using custom field
-
I have the thumbnails URLs defined as a custom field and the plugin unnecessarily takes a sub-string of the URL and then uses the WordPress Site URL (which breaks image URLs on my site as the images get resolved using the WordPress URL on my site not the site URL).
I think line 336 of this plugin should be
$url = $basic_url = get_bloginfo( 'wpurl' ) . $url;
instead of
$url = $basic_url = get_bloginfo( 'url' ) . $url;
https://www.ads-software.com/plugins/related-posts-thumbnails/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Images get broken when using custom field’ is closed to new replies.