Notifications
Clear all

[Solved] User avatars in comments

3 Posts
2 Users
0 Likes
821 Views
(@mariia-smolina)
Member Customer
Joined: 4 years ago
Posts: 9
Topic starter  

Hello! I am using "WP User Avatar" on my site. To display the avatar in the comments, they recommend using the function:

Comments
For comments, you might have in your template:

<? php echo get_avatar ($comment, 32); ?>
Replace this function with:

<? php echo get_wp_user_avatar ($comment, 32); ?>
For comments, you must specify the $comment variable.

How do I change the class.WpdiscuzWalker.php code to replace the avatar output function? Tnx!


   
Quote
Topic Tags
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5872
 

@mariia-smolina,

Just find the get_avatar function in the class.WpdiscuzWalker.php file and replace it with the code provided by the plugin support. 

Customization doc can be found here: https://wpdiscuz.com/docs/wpdiscuz-documentation/customization/custom-template-and-style/


   
ReplyQuote
(@mariia-smolina)
Member Customer
Joined: 4 years ago
Posts: 9
Topic starter  

Yes it worked! Thank!


   
ReplyQuote
Share:
Scroll to top