paulgibbs / achievements

Achievements gamifies your WordPress site with challenges, badges, and points.
http://achievementsapp.com
63 stars 9 forks source link

Retrieve Featured Image and Thumbnail Functions #90

Closed mikebronner closed 11 years ago

mikebronner commented 11 years ago

Added functions to retrieve featured image from achievements.

paulgibbs commented 11 years ago

Question: what's wrong with using get_the_post_thumbnail()?

mikebronner commented 11 years ago

Nothing. Just seemed to be an appropriate helper-function, since there are so many other helper-functions for the achievements. Wasn't immediately obvious to me and might not be to others who are looking at customizing their themes with achievement functionality.

paulgibbs commented 11 years ago

Fair.