Wordpress Document

Author tags

Category tags

Comment tags

Date and Time tags

General tags

Geo tags

Link tags

Links Manager tags

Permalink tags

Post tags

Trackback tags

WP/PHP General

the_author_ID

概要

投稿者のIDを表示します。
このIDは、ユーザーアカウントが生成されたときにWordpressにより自動生成されます。
このタグはThe Loop内で使用して下さい。

用法

<?php the_author_ID(); ?>

引数

(none)

-
引数はありません

用例

<?php the_author_ID(); ?>