当前用户就是当前登陆者,当你用户登陆怎么才能自动显示用户设定的头像呢,一句代码即可实现,代码如下
<?php global $current_user;get_currentuserinfo();echo get_avatar( $current_user->user_email, 32); ?>
当你的不可开放注册后要显示用户自己的头像就会用到这段代码,代码中的32是头像大小,可按照实际情况做调整
更多wordpress技巧教程 https://www.53431.com/wordpresscat/5489.html