quantum_leap
Member
Posted 10 months ago #
Just updated to version 2.1 and I get error message in all pages
Fatal error: Call to undefined function has_post_thumbnail() in /home/mysite/wp-content/plugins/alo-easymail/alo-easymail_functions.php on line 1789
I need to deactivate plugin for everything to work but I have a widget with subscription info that I need!
Your theme does not support post thumbnails. I'll fix the issue in next release.
For now you can add this line in your functions.php in theme folder:
add_theme_support('post-thumbnails');
quantum_leap
Member
Posted 10 months ago #
Great, it works now, thanks!
It should be fixed in EasyMail 2.1.1.