Display author avatar in list
-
Hello,
Thanks for a great plugin. I have formatted my wpp_get_mostpopular() function with my own HTML/CSS structure so that it matches my normal post loop. However, in my normal loop I am displaying the author avatar as well. When I try to implement the get_avatar() function inside the post_html block it displays the avatar for the current logged in user, and not the author of the post. How do I display the author avatar for each post in the function?
This is my code;
<?php wpp_get_mostpopular( array( 'post_html' => '<div class="avatar">' . get_avatar( get_the_author( 'ID' ) , 64 ) . '</div>' ) ); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Display author avatar in list’ is closed to new replies.