post_author; ?>
' . __( 'Homepage:', 'fusion' ).' ' . esc_html( $url ) . '
'; $yim = get_the_author_meta( 'yim', $author_id ); if ( ! empty( $yim ) ) echo '' . __( 'Yahoo Messenger:', 'fusion' ) . ' ' . esc_html( $yim ) . '
'; $jabber = get_the_author_meta( 'jabber', $author_id ); if ( ! empty( $jabber ) ) echo '' . __( 'Jabber/GTalk:', 'fusion' ) . ' ' . esc_html( $jabber ) . '
'; $aim = get_the_author_meta( 'aim', $author_id ); if ( ! empty( $aim ) ) echo '' . __( 'AIM:', 'fusion' ) . ' ' . esc_html( $aim ) . '
'; ?>