PHP Cross Reference of WordPress Subversion HEAD

[ Index ]     [ Classes ]     [ Functions ]     [ Variables ]     [ Constants ]

title

Body

[close]

/wp-includes/ -> author-template.php (summary)

(no description)

File Size: 440 lines (12 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 33 functions

  get_the_author()
  the_author()
  get_the_author_description()
  the_author_description()
  get_the_author_login()
  the_author_login()
  get_the_author_firstname()
  the_author_firstname()
  get_the_author_lastname()
  the_author_lastname()
  get_the_author_nickname()
  the_author_nickname()
  get_the_author_ID()
  the_author_ID()
  get_the_author_email()
  the_author_email()
  get_the_author_url()
  the_author_url()
  the_author_link()
  get_the_author_icq()
  the_author_icq()
  get_the_author_aim()
  the_author_aim()
  get_the_author_yim()
  the_author_yim()
  get_the_author_msn()
  the_author_msn()
  get_the_author_posts()
  the_author_posts()
  the_author_posts_link()
  get_author_posts_url()
  get_author_name()
  wp_list_authors()

Functions
Functions that are not part of a class:

get_the_author($deprecated = '')   X-Ref
Get the author of the current post in the Loop.

param: string $deprecated Deprecated.
return: string The author's display name.

the_author($deprecated = '', $deprecated_echo = true)   X-Ref
Echo the name of the author of the current post in the Loop.

param: string $deprecated Deprecated.
param: string $deprecated_echo Echo the string or return it. Deprecated, use get_the_author().
return: string The author's display name, from get_the_author().

get_the_author_description()   X-Ref
Get the description of the author of the current post in the Loop.

return: string The author's description.

the_author_description()   X-Ref
Echo the description of the author of the current post in the Loop.

return: null

get_the_author_login()   X-Ref
Get the login name of the author of the current post in the Loop.

return: string The author's login name (username).

the_author_login()   X-Ref
Echo the login name of the author of the current post in the Loop.

return: null

get_the_author_firstname()   X-Ref
Get the first name of the author of the current post in the Loop.

return: string The author's first name.

the_author_firstname()   X-Ref
Echo the first name of the author of the current post in the Loop.

return: null

get_the_author_lastname()   X-Ref
Get the last name of the author of the current post in the Loop.

return: string The author's last name.

the_author_lastname()   X-Ref
Echo the last name of the author of the current post in the Loop.

return: null

get_the_author_nickname()   X-Ref
Get the nickname of the author of the current post in the Loop.

return: string The author's nickname.

the_author_nickname()   X-Ref
Echo the nickname of the author of the current post in the Loop.

return: null

get_the_author_ID()   X-Ref
Get the ID of the author of the current post in the Loop.

return: int The author's ID.

the_author_ID()   X-Ref
Echo the ID of the author of the current post in the Loop.

return: null

get_the_author_email()   X-Ref
Get the email of the author of the current post in the Loop.

return: string The author's username.

the_author_email()   X-Ref
Echo the email of the author of the current post in the Loop.

return: null

get_the_author_url()   X-Ref
Get the URL to the home page of the author of the current post in the Loop.

return: string The URL to the author's page.

the_author_url()   X-Ref
Echo the URL to the home page of the author of the current post in the Loop.

return: null

the_author_link()   X-Ref
If the author has a home page set, echo an HTML link, otherwise just echo the author's name.

return: null

get_the_author_icq()   X-Ref
Get the ICQ number of the author of the current post in the Loop.

return: string The author's ICQ number.

the_author_icq()   X-Ref
Echo the ICQ number of the author of the current post in the Loop.

return: null

get_the_author_aim()   X-Ref
Get the AIM name of the author of the current post in the Loop.

return: string The author's AIM name.

the_author_aim()   X-Ref
Echo the AIM name of the author of the current post in the Loop.

return: null

get_the_author_yim()   X-Ref
Get the Yahoo! IM name of the author of the current post in the Loop.

return: string The author's Yahoo! IM name.

the_author_yim()   X-Ref
Echo the Yahoo! IM name of the author of the current post in the Loop.

return: null

get_the_author_msn()   X-Ref
Get the MSN address of the author of the current post in the Loop.

return: string The author's MSN address.

the_author_msn()   X-Ref
Echo the MSN address of the author of the current post in the Loop.

return: null

get_the_author_posts()   X-Ref
Get the number of posts by the author of the current post in the Loop.

return: int The number of posts by the author.

the_author_posts()   X-Ref
Echo the number of posts by the author of the current post in the Loop.

return: null

the_author_posts_link($deprecated = '')   X-Ref
Echo an HTML link to the author page of the author of the current post in the Loop.

return: null

get_author_posts_url($author_id, $author_nicename = '')   X-Ref
Get the URL to the author page of the author of the current post in the Loop.

return: string The URL to the author's page.

get_author_name( $auth_id )   X-Ref
Get the specified author's preferred display name.

param: int $auth_id The ID of the author.
return: string The author's display name.

wp_list_authors($args = '')   X-Ref
List all the authors of the blog, with several options available.
optioncount (boolean) (false): Show the count in parenthesis next to the author's name.
exclude_admin (boolean) (true): Exclude the 'admin' user that is installed by default.
show_fullname (boolean) (false): Show their full names.
hide_empty (boolean) (true): Don't show authors without any posts.
feed (string) (''): If isn't empty, show links to author's feeds.
feed_image (string) (''): If isn't empty, use this image to link to feeds.
echo (boolean) (true): Set to false to return the output, instead of echoing.

param: array $args The argument array.
return: null|string The output, if echo is set to false.



Generated Thu Dec 6 06:47:08 2007 for RedAlt XRefs Cross-referenced by PHPXref 0.6 and RedAlt