• Currently the achievement list shows the entire description of the achievement from its individual page.

    Is it possible to not include the description in the achievement list?

    Better yet, is it possible to instead “show details” aka the steps required to earn the badge instead? (Rather than having to click “show details” for each badge?)

    So basically, I’d like to have my achievement list show only the badge icon, name & steps required to earn each badge. Is that possible?

    https://www.ads-software.com/plugins/badgeos/

Viewing 1 replies (of 1 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    I believe the closest you’re going to get with things as is, will be the following WordPress filter https://github.com/opencredit/badgeos/blob/master/includes/content-filters.php#L440

    It’s found within the badgeos_render_achievement() function that is used to render the achievements found for the shortcode.

    I recommend copy/pasting the contents from the function and then modifying it as necessary on your own side.

    This isn’t a step by step guide for the version you’re wanting, but I’m hoping it makes sense and gets you going on the right foot.

Viewing 1 replies (of 1 total)
  • The topic ‘Achievement list display’ is closed to new replies.