I would like to display basic user info (user identity and post count) at the top of the sidebar. I only want this info to be displayed if the user is logged in.
What is the proper way to code the conditional statement? WP has the ability built in to the wp_register and wp-loginout tags. Can I take advantage of this?
TIA,
Steve