• I’ve asked this question at the plugin author’s site, and he hasn’t responded to my question for over 4 days.

    I was wondering if anyone has figured out to manually relate posts, instead of the plugin “figuring” out based on title and post content what posts should be related.

Viewing 8 replies - 1 through 8 (of 8 total)
  • A link to download the plugin(s) will help others decipher the question.

    Thread Starter Doobus

    (@doobus)

    Sorry, here is the plugin I was refering to. Clicky.

    the related_post with thumbnails work ok for me, except it cant do thumbnailing of external images and ended up showing X. Is there a way to make sure that the $img is stripped off if the 1st image is from external site? thanks

    oppss.. figured it out

    if (strpos($img,"https://")!==false and preg_match("/domain.com/i", $img)) $img=substr($img,strpos($img,"/",8));
          else $img ="";

    Anyone had any chance making this great plugin work with WP 2.5 ?

    doesn’t work with 2.5 or 2.6 unfortunately.

    Are there any other plugins like this one, I’m looking for one that shows recent posts in current category with a small thumbnail for each post.

    phattrance

    (@phattrance)

    does this version work with 2.6.2?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Anyone Using Related Post with Thumbnail Plugin?’ is closed to new replies.