Revision: 41600
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        at February 21, 2011 01:17 by telltec
                            
                            Initial Code
<?php
if ( is_user_logged_in() ) :
     echo 'some stuff for registrants!';
else :
     echo 'some stuff for people not logged in.';
endif;
?>
                                Initial URL
http://wordpress.org/support/topic/members-only-page
Initial Description
Initial Title
Check if user is logged in
Initial Tags
wordpress, user
Initial Language
PHP