Is there a way to show an alternate Featured Image to the users that are not logged into my WordPress blog?
So that I can upload 2 Featured Images per post. 1 for users that are logged in, and 1 to display non-logged in visitors.
Let me know your thoughts. Thanks
AFAIK you cannot have more than one featured image per post. You can get an equivalent functionality using one of my favorite plugins, attachments, which lets you attach media library items to a post, to be accessed in your template files with php.
Attachments: http://wordpress.org/plugins/attachments/
So for each post, you could give it a featured image, then also give it an attached image. Once you install attachments, you will have the option to attach items to a post on the standard post editing screen. Once you do that, some code like this should do what you want: