[Plugin: Author Spotlight (Widget)] How to Display userphoto_full_size not thumbnail
-
I am using user photo with your plugin and it works well. However, I want to display the full size user photo, not the thumbnail. I tried changing the call on line 51
//Display User photo OR the Gravatar if(function_exists('userphoto_exists') && userphoto_exists($authordata)){ userphoto_thumbnail($authordata);
to use
userphoto_full_size
, but it causes an error. Can you tell me how to do this, PleaseThank-you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Author Spotlight (Widget)] How to Display userphoto_full_size not thumbnail’ is closed to new replies.