• Resolved anass4s

    (@anass4s)


    Hi Team,

    I also want to display the badges that the user has earned in the myCRED leaderboard table.

    Here is the code:

    <table>
      <thead>
        <tr>
          <th>Profile</th>
          <th>Name</th>
          <th>Position</th>
          <th>Points</th>
        </tr>
      </thead>
      <tbody>
        [mycred_leaderboard wrap=""]
          <tr>
            <td>%avatar%</td>
            <td>%display_name%</td>
            <td>%position%</td>
            <td>%cred_f%</td>
          </tr>
        [/mycred_leaderboard]
      </tbody>
    </table>

    Kindly provide me with a solution.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Daniyal Raza

    (@daniyalraza01)

    Hello @anass4s,

    Thanks for contacting us. Hope you are doing well.

    You can use the hook shared in below documentation link to achieve what you are looking for.

    Documentation Link

    Let me know if you have any questions further. We will help you out.

    Thanks & Regards,
    WP Experts Support Team

Viewing 1 replies (of 1 total)
  • The topic ‘Display Badges In Leaderboard Table’ is closed to new replies.