wordpress如何利用the_author_link获取当前作者链接

2024年07月08日 建站教程

如何利用wordpress中的the_author_link()函数获取当前作者链接,下面web建站小编给大家简单介绍一下具体实现代码!

函数源码:

function the_author_link() {
  echo get_the_author_link();
}

调用方法:

<p>作者: <?php echo the_author_link(); ?></p>

本文链接:http://so.lmcjl.com/news/8061/

展开阅读全文
相关内容