Title: Clickable Points
Last modified: March 11, 2020

---

# Clickable Points

 *  Resolved [King Ding](https://wordpress.org/support/users/dazzerr/)
 * (@dazzerr)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/clickable-points/)
 * Hello,
 * Is it possible to make the points that are shown on a buddypress profile clickable?
   For example, as a user on my website, I would like the ability to click my points
   and link me to another page such as a points breakdown, or rewards catalogue.
 * Thanks!
    – D

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Ruben Garcia](https://wordpress.org/support/users/rubengc/)
 * (@rubengc)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/clickable-points/#post-12535084)
 * Hi [@dazzerr](https://wordpress.org/support/users/dazzerr/)
 * Actually this is not possible yet
 * The unique way you can get this is through custom code
 * We don’t offer support for customizations but any WordPress custom development
   agency or freelance can handle it for you
 * If you don’t know one there is our trusted consultants list that can handle it
   for you:
    [https://gamipress.com/consultants](https://gamipress.com/consultants)
 * Best regards
 *  Thread Starter [King Ding](https://wordpress.org/support/users/dazzerr/)
 * (@dazzerr)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/clickable-points/#post-12538856)
 * Not quite the answer I was hoping for since it wasn’t too difficult after all.
 * For anyone else looking for the answer, you can drop this into your child themes`
   functions.php`:
 *     ```
       add_action('wp_head', 'custom_gami_link', 10);
       function custom_gami_link(){
       ?>
       <script type="text/javascript">
       jQuery(document).ready(function(){
           jQuery('.gamipress-buddypress-point').wrap('<a href="## YOUR URL HERE ##"></a>');
       });
       </script>
       <?php
       }
       ```
   
 * You can replace “.gamipress-buddypress-point” with any div of your choosing.
 * If anyone has any recommendations on how to improve my approach, then please 
   feel free to share your ways 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Clickable Points’ is closed to new replies.

 * ![](https://ps.w.org/gamipress/assets/icon-256x256.png?rev=1699714)
 * [GamiPress - Gamification plugin to reward points, achievements, badges & ranks in WordPress](https://wordpress.org/plugins/gamipress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gamipress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gamipress/)
 * [Active Topics](https://wordpress.org/support/plugin/gamipress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gamipress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gamipress/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [King Ding](https://wordpress.org/support/users/dazzerr/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/clickable-points/#post-12538856)
 * Status: resolved