WordPress:Template Tags/the author ID

来自站长百科
跳转至: 导航、​ 搜索

描述[ ]

为文章的作者显示唯一的用户数字ID;创建了一个用户的时候,WordPress分配了这个ID。标签必须在The Loop内部。

用法[ ]

%%% <?php the_author_ID(); ?> %%%

例子[ ]

使用作者的ID作为一个查询链接连接到作者的所有的文章。

<a href="/blog/index.php?author=<?php the_author_ID(); ?>">View all

posts by <?php the_author_nickname(); ?></a>

参数[ ]

这个标签不接受任何参数。

相关的[ ]

the_author, the_author_description, the_author_login, the_author_firstname, the_author_lastname, the_author_nickname, the_author_ID, the_author_email, the_author_url, the_author_link, the_author_icq, the_author_aim, the_author_yim, the_author_msn, the_author_posts, the_author_posts_link, list_authors, wp_list_authors