2023-06-11 / 708阅
获取当前文章或页面的作者ID:
$author_id = get_the_author_meta('ID');
获取当前文章或页面的作者昵称:
$author_nickname = get_the_author_meta('nickname');
获取当前文章或页面的作者邮箱:
$author_email = get_the_author_meta('email');
获取当前文章或页面的作者描述:
$author_description = get_the_author_meta('description');
获取当前文章或页面的作者网站:
$author_website = get_the_author_meta('url');
获取当前文章或页面的作者头像:
$author_avatar = get_avatar(get_the_author_meta('user_email'), 100);
阅读文章或者观看视频过程中有任何问题,请下方留言或者联系我Q248758228