Can't see the avatar
-
Hi,
I’ve installed your plugin and copied the code below into my theme but the images aren’t showing.<?php
// Retrieve The Post’s Author ID
$user_id = get_the_author_meta(‘ID’);
// Set the image size. Accepts all registered images sizes and array(int, int)
$size = ‘thumbnail’;// Get the image URL using the author ID and image size params
$imgURL = get_cupp_meta($user_id, $size);// Print the image on the page
echo ‘<img src=”‘. $imgURL .'” alt=””>’;
?>Please advise
https://www.ads-software.com/plugins/custom-user-profile-photo/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Can't see the avatar’ is closed to new replies.