Username or Email Address Password (forgot?) Register
WordPress › Support » How-To and Troubleshooting
adjustreality Member Posted 2 years ago #
is there a way to tell WP to display a div only when you are logged in?
esmi Theme Diva & Forum Moderator Posted 2 years ago #
<?php if( is_user_logged_in() ) echo<div>;?>
<?php if( is_user_logged_in() ) echo
;?>
This topic has been closed to new replies.
No tags yet.