• Hi,

    Is it possible to display the image of an author next to the name for single posts in Moesia?

    I tried with this code

    <? echo get_avatar( get_the_author_meta(‘user_email’), $size = ’50’); ?>

    in the theme in various places but to no avail.

    Here is where I would like the image to appear:

    https://prntscr.com/kavd4r

    Hope you have a solution,

    Thanks for the trouble,
    Olaf

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello Olaf,

    1. That code lacks opening PHP tag, try this instead:
    <?php echo get_avatar( get_the_author_meta('user_email'), $size = '50'); ?>

    2. You can put it between line 18 and line 19 of content-single.php file.

    Please feel free to ask any other questions that you might have.

    Kind Regards, Roman.

Viewing 1 replies (of 1 total)
  • The topic ‘Display Authir Avatar next to name in post’ is closed to new replies.