Sorry, I copied the fix twice. Your current code is
static function photo_shortcode(){
if(!empty(self::photo_url_shortcode())){ <- This is line 91
return '<img src="' . self::photo_url_shortcode() . '" />';
} else {
return "";
}
}
You have a link to your Wordpres?
Yeah, thanks for your response. I just reinstalled WordPress and added my config file in, that seemed to do the trick. Thanks for your help.