I am trying to display different things to new users that have not created a post versus users who have created a post.
I tried this, but it did not work for custom post types (only normal posts) and it does not account for drafts or pending posts:
<?php if (count_user_posts(1)>=1) { blah blah blah } else {Welcome, blah blah blah }; ?>