Getting Multiple Achievement Images
-
Hi Paul,
Awesome plugin and great work-I’m looking to show the badges/featured images for all achievements under a user on a BuddyPress page.
I’ve tested this code I found from another support thread and it works for grabbing the most recent achievement’s image:
<?php echo get_the_post_thumbnail( dpa_get_user_last_unlocked( bp_displayed_user_id()), array(75,75)); ?>
Is there a function I can reference that will reference the achievement IDs for all achievements under a user, and thus their images?
Thanks so much in advance!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Getting Multiple Achievement Images’ is closed to new replies.