* * Copyright 2008-2011 Crowd Favorite, Ltd. All rights reserved. * Released under the GPL license * http://www.opensource.org/licenses/gpl-license.php */ if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) { die(); } if (CFCT_DEBUG) { cfct_banner(__FILE__); } $author = esc_attr(get_query_var('author_name')); $user = get_user_by('login', $author); get_header(); global $wp_query; $wp_query = new WP_Query(array( 'post_type' => array('article', 'post'), 'meta_query' => array( array( 'key' => '_anno_author_'.$user->ID, ), ), )); ?>
$value) { $property = str_replace('_anno_', '', $key); $user->$property = get_user_attribute($user->ID, $key, true); } ?>

Author Profile

user_email, 140); ?>

prefix), esc_html($user->first_name), esc_html($user->last_name), esc_html($user->suffix)); ?>

degrees) ?>

affiliation); ?>

description); ?>

Recent Posts