Comment Images with get_avatar()
-
Hi people,
I’m customizing my wp_list_comments () and I’m doing the markup of HTML and PHP manually, but when I try to call the get_avatar (‘comment_image’, 170) it does not load the photo sent by the form, but the picture default anonymous wordpress.
<?php echo get_avatar('comment_image', 170); ?>
- The topic ‘Comment Images with get_avatar()’ is closed to new replies.