> post_author; $user_email = get_the_author_meta('user_email', $user_id); $user_url = trim(get_the_author_meta('user_url', $user_id)); $user_link = ($user_url) ? $user_url : get_author_posts_url($user_id); ?>