tag to your template Author: Joshua Eichorn Author URI: http://blog.joshuaeichorn.com Version: 1.0 */ function profile_display($id = 1) { global $wpdb, $tableusers; $q = "select user_nickname name, user_email email, user_description description from $tableusers where ID = $id"; $row = $wpdb->get_row($q); echo " "; } ?>