Custom post type title of each author in his own post
If I understand you right, you want to show a post by a certain user with a custom post type Here is the code I would use, it might use a little more customizing, but it should give you the effect you want. <?php function display_oftera_post () { global $current_user; get_currentuserinfo(); // Logged in User … Read more