IT Nursery
I am trying to display user’s avatar/profile image when logged in, but when I use this: <?php global $current_user; get_currentuserinfo(); echo get_avatar( $current_user->ID, 64 ); ?> it displays the...
  • June 3, 2022
  • 0 Comments
IT Nursery
in the codepad link you can find what I am using to edit profile from the front-end. http://codepad.org/QJjDEA7p The code is working (which I got from How to edit...
  • June 2, 2022
  • 0 Comments
IT Nursery
There’s gotta be a way. I have tried a bunch of different multisite sync plugins and they sync users and roles just fine (even paid for plugins to do...
  • May 31, 2022
  • 0 Comments
IT Nursery
I am trying to incorporate author avatars into my posts by doing <?php echo get_avatar( get_the_author_meta('ID'), 150 ); ?> but I can’t go larger than 50x50px without it getting...
  • May 27, 2022
  • 0 Comments