• 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://wordpress.org/plugins/related-posts-thumbnails/

Viewing 1 replies (of 1 total)
  • Thread Starter Debashish

    (@debashish)

    Request to the plugin developer to provide an option in plugin configuration to use the “Custom URL” as is, if a fully qualified URL is configured by the user, instead of always using a relative URL. Every time I upgrade the plugin my images get broken due to this as my custom change in the plugin gets overwritten.

Viewing 1 replies (of 1 total)
  • The topic ‘Images get broken when using custom field’ is closed to new replies.