Ah, that makes sense, I had to transfer everything over from a different site. (Though I’m not sure about the posts that did have proper images) I’ll look into writing a script to edit the DB that so I can revert the plugin.
Thanks!
Okay, I fixed it by commenting out line 300 in wordpress-23-related-posts-plugin/thumbnailer.php
This is the line:
if ($extracted_image === 'empty') { return false; }
So you’ve added a meta value of _wp_rp_image to posts and ignore if there’s a featured image or not?
Yeah I change the setup (and probably should).
Thanks for the response!
Awesome, thanks!
Otherwise transferring to staging.sitename.com worked fine, since that has the same setup as the live site.