Oct 14, 2020 7:07 pm
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>
1 Reply
Oct 15, 2020 10:00 am
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.