PHP为带有get函数的链接创建$函数

时间:2014-11-11 19:52:20

标签: php wordpress user-profile

global $userpro;
$user_id=get_the_author_ID(); 
echo $userpro->permalink( get_the_author_meta('ID'));
echo get_avatar( $user_id, 15 );
echo userpro_profile_data('display_name', $user_id, $profile_url);

使用此代码我获取用户个人资料链接和用户名 但我想将用户名作为用户个人资料的链接。 我如何将链接添加到用户名?

如果您有问题,请随时提出。

1 个答案:

答案 0 :(得分:0)

您有链接$userpro->permalink( get_the_author_meta('ID'));和文字。

阅读HTML a tag