Viewing 2 replies - 1 through 2 (of 2 total)
  • <img width="135" height="180" src="<?php get_bloginfo('home'); ?>/wp-content/uploads/authors<?php the_author_ID();?>

    any way you slice it, this wont work. thats going to return something like so:

    <img width="135" height="180" src="<https://www.blog.com/wp-content/uploads/authorsSOME-NUMBER-HERE>

    you left out the forward slash (/) after authors

    and do you actually have an author with the user_id of 24?

    Thread Starter Monarch

    (@monarch)

    Thanks. Yes we have an author with id 24.

    Is there anyway to do this?

    If with / before authors all I get is a red x.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Author Photos’ is closed to new replies.