2004-01-27 09:58:01 +00:00
< ? php
2005-06-12 23:22:06 +00:00
2004-12-15 23:15:17 +00:00
function get_the_author ( $idmode = '' ) {
2004-04-18 19:20:37 +00:00
global $authordata ;
2005-06-12 23:22:06 +00:00
return $author_data -> display_name ;
2004-01-27 09:58:01 +00:00
}
2005-06-12 23:22:06 +00:00
2004-12-15 23:15:17 +00:00
function the_author ( $idmode = '' , $echo = true ) {
if ( $echo ) echo get_the_author ( $idmode );
return get_the_author ( $idmode );
}
function get_the_author_description () {
2004-01-27 09:58:01 +00:00
global $authordata ;
2004-12-15 23:15:17 +00:00
return $authordata -> user_description ;
}
function the_author_description () {
echo get_the_author_description ();
}
function get_the_author_login () {
global $id , $authordata ; return $authordata -> user_login ;
2004-01-27 09:58:01 +00:00
}
function the_author_login () {
2004-12-15 23:15:17 +00:00
echo get_the_author_login ();
2004-01-27 09:58:01 +00:00
}
2004-12-15 23:15:17 +00:00
function get_the_author_firstname () {
global $id , $authordata ; return $authordata -> user_firstname ;
}
2004-01-27 09:58:01 +00:00
function the_author_firstname () {
2004-12-15 23:15:17 +00:00
echo get_the_author_firstname ();
2004-01-27 09:58:01 +00:00
}
2004-12-15 23:15:17 +00:00
function get_the_author_lastname () {
global $id , $authordata ; return $authordata -> user_lastname ;
}
2004-01-27 09:58:01 +00:00
function the_author_lastname () {
2004-12-15 23:15:17 +00:00
echo get_the_author_lastname ();
2004-01-27 09:58:01 +00:00
}
2004-12-15 23:15:17 +00:00
function get_the_author_nickname () {
global $id , $authordata ; return $authordata -> user_nickname ;
}
2004-01-27 09:58:01 +00:00
function the_author_nickname () {
2004-12-15 23:15:17 +00:00
echo get_the_author_nickname ();
2004-01-27 09:58:01 +00:00
}
2004-12-15 23:15:17 +00:00
function get_the_author_ID () {
global $id , $authordata ; return $authordata -> ID ;
}
2004-01-27 09:58:01 +00:00
function the_author_ID () {
2004-12-15 23:15:17 +00:00
echo get_the_author_id ();
2004-01-27 09:58:01 +00:00
}
2004-12-15 23:15:17 +00:00
function get_the_author_email () {
2004-12-23 21:52:09 +00:00
global $authordata ;
return $authordata -> user_email ;
2004-12-15 23:15:17 +00:00
}
2004-12-23 21:52:09 +00:00
2004-01-27 09:58:01 +00:00
function the_author_email () {
2004-12-23 21:52:09 +00:00
echo apply_filters ( 'the_author_email' , get_the_author_email () );
2004-01-27 09:58:01 +00:00
}
2004-12-15 23:15:17 +00:00
function get_the_author_url () {
global $id , $authordata ; return $authordata -> user_url ;
}
2004-01-27 09:58:01 +00:00
function the_author_url () {
2004-12-15 23:15:17 +00:00
echo get_the_author_url ();
2004-01-27 09:58:01 +00:00
}
2004-12-15 23:15:17 +00:00
function get_the_author_icq () {
global $id , $authordata ; return $authordata -> user_icq ;
}
2004-01-27 09:58:01 +00:00
function the_author_icq () {
2004-12-15 23:15:17 +00:00
echo get_the_author_icq ();
2004-01-27 09:58:01 +00:00
}
2004-12-15 23:15:17 +00:00
function get_the_author_aim () {
global $id , $authordata ; return str_replace ( ' ' , '+' , $authordata -> user_aim );
}
2004-01-27 09:58:01 +00:00
function the_author_aim () {
2004-12-15 23:15:17 +00:00
echo get_the_author_aim ();
2004-01-27 09:58:01 +00:00
}
2004-12-15 23:15:17 +00:00
function get_the_author_yim () {
global $id , $authordata ; return $authordata -> user_yim ;
}
2004-01-27 09:58:01 +00:00
function the_author_yim () {
2004-12-15 23:15:17 +00:00
echo get_the_author_yim ();
2004-01-27 09:58:01 +00:00
}
2004-12-15 23:15:17 +00:00
function get_the_author_msn () {
global $id , $authordata ; return $authordata -> user_msn ;
}
2004-01-27 09:58:01 +00:00
function the_author_msn () {
2004-12-15 23:15:17 +00:00
echo get_the_author_msn ();
2004-01-27 09:58:01 +00:00
}
2004-12-15 23:15:17 +00:00
function get_the_author_posts () {
global $id , $post ; $posts = get_usernumposts ( $post -> post_author ); return $posts ;
}
2004-01-27 09:58:01 +00:00
function the_author_posts () {
2004-12-15 23:15:17 +00:00
echo get_the_author_posts ();
2004-01-27 09:58:01 +00:00
}
2004-12-15 23:15:17 +00:00
/* the_author_posts_link() requires no get_, use get_author_link() */
2004-04-18 19:20:37 +00:00
function the_author_posts_link ( $idmode = '' ) {
global $id , $authordata ;
2004-12-12 20:41:19 +00:00
echo '<a href="' . get_author_link ( 0 , $authordata -> ID , $authordata -> user_nicename ) . '" title="' . sprintf ( __ ( " Posts by %s " ), wp_specialchars ( the_author ( $idmode , false ))) . '">' . the_author ( $idmode , false ) . '</a>' ;
2004-04-18 19:20:37 +00:00
}
2004-03-19 16:20:49 +00:00
function get_author_link ( $echo = false , $author_id , $author_nicename ) {
2005-02-07 07:37:53 +00:00
global $wpdb , $wp_rewrite , $post , $cache_userdata ;
2004-03-19 16:20:49 +00:00
$auth_ID = $author_id ;
2004-12-09 02:40:35 +00:00
$link = $wp_rewrite -> get_author_permastruct ();
2004-03-19 16:20:49 +00:00
2004-12-09 02:40:35 +00:00
if ( empty ( $link )) {
2004-12-24 01:34:47 +00:00
$file = get_settings ( 'home' ) . '/' ;
2005-02-07 09:14:14 +00:00
$link = $file . '?author=' . $auth_ID ;
2004-03-19 16:20:49 +00:00
} else {
2005-06-10 23:13:19 +00:00
if ( '' == $author_nicename ) $author_nicename = $cache_userdata [ $author_id ] -> user_nicename ;
2004-12-09 02:40:35 +00:00
$link = str_replace ( '%author%' , $author_nicename , $link );
$link = get_settings ( 'home' ) . trailingslashit ( $link );
2004-03-19 16:20:49 +00:00
}
2005-02-06 03:40:08 +00:00
$link = apply_filters ( 'author_link' , $link , $author_id , $author_nicename );
2004-03-19 16:20:49 +00:00
if ( $echo ) echo $link ;
return $link ;
}
function wp_list_authors ( $args = '' ) {
parse_str ( $args , $r );
if ( ! isset ( $r [ 'optioncount' ])) $r [ 'optioncount' ] = false ;
if ( ! isset ( $r [ 'exclude_admin' ])) $r [ 'exclude_admin' ] = true ;
if ( ! isset ( $r [ 'show_fullname' ])) $r [ 'show_fullname' ] = false ;
if ( ! isset ( $r [ 'hide_empty' ])) $r [ 'hide_empty' ] = true ;
2004-03-23 04:45:27 +00:00
if ( ! isset ( $r [ 'feed' ])) $r [ 'feed' ] = '' ;
if ( ! isset ( $r [ 'feed_image' ])) $r [ 'feed_image' ] = '' ;
2004-03-19 16:20:49 +00:00
2004-09-03 04:03:55 +00:00
list_authors ( $r [ 'optioncount' ], $r [ 'exclude_admin' ], $r [ 'show_fullname' ], $r [ 'hide_empty' ], $r [ 'feed' ], $r [ 'feed_image' ]);
2004-03-19 16:20:49 +00:00
}
2004-03-23 04:45:27 +00:00
function list_authors ( $optioncount = false , $exclude_admin = true , $show_fullname = false , $hide_empty = true , $feed = '' , $feed_image = '' ) {
2004-12-24 01:34:47 +00:00
global $wpdb ;
2004-03-19 16:20:49 +00:00
2005-06-12 23:14:52 +00:00
$query = " SELECT ID, user_nicename from $wpdb->users " . ( $exclude_admin ? " WHERE user_login <> 'admin' " : '' ) . " ORDER BY display_name " ;
2004-03-19 16:20:49 +00:00
$authors = $wpdb -> get_results ( $query );
foreach ( $authors as $author ) {
2005-06-12 23:14:52 +00:00
$author = get_userdata ( $author -> ID );
2004-03-19 16:20:49 +00:00
$posts = get_usernumposts ( $author -> ID );
$name = $author -> user_nickname ;
if ( $show_fullname && ( $author -> user_firstname != '' && $author -> user_lastname != '' )) {
$name = " $author->user_firstname $author->user_lastname " ;
}
if ( ! ( $posts == 0 && $hide_empty )) echo " <li> " ;
if ( $posts == 0 ) {
2005-01-24 07:55:03 +00:00
if ( ! $hide_empty )
$link = $name ;
2004-03-19 16:20:49 +00:00
} else {
2004-12-12 20:41:19 +00:00
$link = '<a href="' . get_author_link ( 0 , $author -> ID , $author -> user_nicename ) . '" title="' . sprintf ( __ ( " Posts by %s " ), wp_specialchars ( $author -> user_nickname )) . '">' . $name . '</a>' ;
2004-03-23 04:45:27 +00:00
if ( ( ! empty ( $feed_image )) || ( ! empty ( $feed )) ) {
$link .= ' ' ;
if ( empty ( $feed_image )) {
$link .= '(' ;
}
$link .= '<a href="' . get_author_rss_link ( 0 , $author -> ID , $author -> user_nicename ) . '"' ;
if ( ! empty ( $feed )) {
2004-06-18 00:22:09 +00:00
$title = ' title="' . $feed . '"' ;
$alt = ' alt="' . $feed . '"' ;
$name = $feed ;
2004-03-23 04:45:27 +00:00
$link .= $title ;
}
$link .= '>' ;
if ( ! empty ( $feed_image )) {
$link .= " <img src= \" $feed_image\ " border = \ " 0 \" $alt $title " . ' />' ;
} else {
$link .= $name ;
}
$link .= '</a>' ;
if ( empty ( $feed_image )) {
$link .= ')' ;
}
}
if ( $optioncount ) {
$link .= ' (' . $posts . ')' ;
}
2004-03-19 16:20:49 +00:00
}
2004-03-23 04:45:27 +00:00
if ( ! ( $posts == 0 && $hide_empty )) echo " $link </li> " ;
2004-03-19 16:20:49 +00:00
}
}
2004-01-27 09:58:01 +00:00
?>