I have these two buttons in the header:
<a href="/" class="button primary-button">Members</a>
<a href="#/register/" class="button secondary-button">Register Now!</a>
If the user is not logged in or registered, these two buttons should be shown. If logged in, these two should not be shown. How can I do that?
You can check with
is_user_logged_in()
for if user is logged in wp or notAdd Members and Register button for logged out user you need to used below code