Viewing 1 replies (of 1 total)
  • Hey,

    thanks for reaching out and sorry for not replying sooner! You can do that by going to “Plugins”-> “Editor”-> in the top right corner choose (y)our plugin, then “init.php” file. Once there find the

    $img = wp_rp_get_post_thumbnail_img($related_post, $image_size);
    		if ($img) {
    			$output .=  '<a href="' . $post_url . '" class="wp_rp_thumbnail">' . $img . '</a>';
    		}

    part and replace $output line with this one:
    $output .= '<class="wp_rp_thumbnail">' . $img;

    Don’t forget to save the changes.

    Take care and enjoy the day,
    Petra

Viewing 1 replies (of 1 total)
  • The topic ‘Remove thumbnail link’ is closed to new replies.