Support

Account

Home Forums Front-end Issues Image only showing ID on front end with users Reply To: Image only showing ID on front end with users

  • I think your using the wrong function to get your acf field. the_author_meta() is a wordpress function.

    Can you try this.

    <?php echo wp_get_attachment_image( get_field( 'user_profile_image' ) ); ?>