WordPress shows registration link for non logged users
Add your registration or log in link inside of the is_user_logged_in() function. So If the current user not logged on your site then this function will show the login page for them and that user If not registered he/she must have to register in order to log in to your site. Code example: <?php if( … Read more