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.
A link to download the plugin(s) will help others decipher the question.
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,"http://")!==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 ?
bulletproof
Member
Posted 1 year ago #
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
Member
Posted 11 months ago #
does this version work with 2.6.2?