Codex

Function Reference/get the author

Contents

Description

Retrieve the post author. This tag must be used within The Loop.

Usage

 <?php $author get_the_author(); ?> 

Parameters

This function takes no arguments

Examples

Grab the Author's 'Public' Name

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

 <?php $author get_the_author(); ?> 

Change Log

Since:

Source File

get_the_author() is located in wp-includes/???.php.

Related