Hi!
Anybody out there who can tell me what is wrong with this code or how the code should look like?
[php] if ( is_user_logged_in() ) : [/php]
HTML content for registered users
[php] else : [/php]
HTML content for unregistered users
[php] endif; // is_user_logged_in() [/php]