$curauth custom field image

This topic contains 1 reply and 2 voices, and was last updated by Tareq Hasan 10 years, 6 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
October 14, 2013 at 2:58 am 8978
Tareq Hasan Hi, I want to add a "custom field: image" but the author's profile (author.php) image is not displayed, what is the error? Thanks! My code: meta_key name: image_profile image_profile; ?>
October 14, 2013 at 3:15 am 8981
Tareq Hasan Tareq Hasan

The image attachment ID is stored in the meta field. Do you see any number when you print the value?

Use like this:
<?php echo wp_get_attachment_image( $curauth->image_profile ); ?>

Viewing 1 Posts - 1 through 1 (of 1 total)