get_var("SELECT COUNT(*) FROM $wpdb->usermeta WHERE `meta_key` = '" . $wpdb->prefix . "user_level' AND `meta_value` > 1"); if($count_users > 1) { printf( __(' by ','tarski'). '%3$s', get_author_posts_url($authordata->ID, $authordata->user_nicename), sprintf(__('Articles by %s','tarski'), attribute_escape(get_the_author())), get_the_author() ); } } function the_archive_author() { global $wp_query; $current_author = $wp_query->get_queried_object(); return $current_author; } function the_archive_author_displayname() { $current_author = the_archive_author(); return $current_author->display_name; } function the_archive_author_description() { $current_author = the_archive_author(); return $current_author->user_description; } ?>