• hollym

    (@hollym)


    I’m working on customizing my theme a little more. I am interested in finding if there are any themes using widgets that let me show the username in the post, and a picture. Similar to this blog: https://saycheese.redloftstudios.com/

    Thanks!

Viewing 1 replies (of 1 total)
  • spencerp

    (@spencerp)

    They *might have* modified their index.php file to show the gravatars or something..? =/

    They might be using a gravatar/favatar plugin on their index page..

    OR, they may have just added a code like such, to their index.php file..

    <img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/author.gif” alt=””/>

    For the author name, I use this code here, in the index.php file:

    Posted by <a href="https://www.your-domain.com/"><?php the_author_nickname(); ?></a>

    spencerp

    /Yeah, after 5 edits, I *might* get this right lmao!! =P

Viewing 1 replies (of 1 total)
  • The topic ‘Themes showing author’s picture’ is closed to new replies.