Posting code in author.php
-
Right now I currently have this to display my author image:
<?php $user = get_user_by('slug', $author_name); echo get_wp_user_avatar($user->ID, 96); ?>
What exactly do I replace it with in my author.php to display Easy Author’s Image for my users?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Posting code in author.php’ is closed to new replies.