Viewing 5 replies - 1 through 5 (of 5 total)
  • It works for me fine, except I had to change a short PHP tag in the main plugin file into a regular <?php tag, and that was because I upgraded PHP on my server. The default is to turn off short PHP tags.

    Thread Starter gameznet

    (@gameznet)

    good to know..
    It would be nice if the author would updated it for latest version of WP though..

    Thanks Donncha, That worked for me.

    Jessica J.

    (@jessicajjohnston)

    I’m having this issue too. The plugin was working fine before I updated WordPress, but now it is only adding the featured image to certain posts. Some of them are not working.

    Donncha what part did you need to edit in the plugin file?

    Any help greatly appreciated!

    Jessica,
    this is late, but I had the same questions.
    You need to edit the one (and only) php file called ‘auto-featured-image.php’
    In that file (in line 350) you have to change <? endif; ?>
    to <?php endif; ?>

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Please Update’ is closed to new replies.