Limited Support
Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.
We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!
Merry Christmas and Happy Holidays! 🎄
We have a widget to display user profiles. I want to add an edit word like the following demo to the photo. Please help according to the code below. Thanks
demo:
code:
<div class="vip-widget user"> <div class="top"> <a target="_blank" href="https://fa.gravatar.com/"> <?php echo get_avatar(wp_get_current_user()->ID, '160'); ?> </a> <div class="name"> <?php echo $c_user->display_name ?> </div> </div>
Hi @sir1,
I've just asked our developers about it and currently, I'm waiting for the response from them. I'll update the topic once I get some response from them.