Forums
(@knwilson)
7 years, 9 months ago
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 ""; } }
14 years, 2 months ago
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.