Forums
(@fvd)
13 years, 2 months ago
I’ve got the same error and corrected it by adding a file into the plugin. I created a file named functions.php in the directory mobilepress\themes\default
The file content is :
<?php add_theme_support ('post-thumbnails'); ?>