Codex

ru:Template Tags/the author

Contents

Описание

Автор записи может выведен с помощью этого Тега Шаблона. Этот тег может использоваться в The Loop.

Использование

 <?php the_author(); ?> 

Примеры

Вывод Публичного Имени Автора

Displays the value in the user's Display name publicly as field.

<p>This post was written by <?php the_author(); ?></p>

Параметры

Эта функция используется без параметров. (Указывать какие-либо аргументы не рекомендуется.)

Связано

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

How to pass parameters to tags with PHP function-style parameters

Go to Template Tag index