Showing author avatar in post info

  • Author
    Posts
  • #77379
    angeljs
    Power User

    I’ve found a piece of code that allows me to show the author avatar on the post page. I was just wondering how to replace the little pic next to the username so it shows the user avatar instead, on both the archive and single posts.

    Website: www.simfansuk.com/wp

    #77621
    Zed
    Cryout Creations mastermind

    The theme uses a simple glyph out of the included icon font next to the author name. Converting that to display the author avatar instead would require some changes to the theme functionality (to replace the icon) and all the extra functionality (either integrated into the child theme or through a plugin) for displaying the author avatar.

    You’d need to edit code from the nirvana_meta_before() function (defined in includes/theme-loop.php)


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Showing author avatar in post info’ is closed to new replies.