• 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); 
    ?>
    
    • This topic was modified 8 years, 5 months ago by nickoppitz.
    • This topic was modified 8 years, 5 months ago by nickoppitz.
  • The topic ‘Comment Images with get_avatar()’ is closed to new replies.