Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Hi need to edit header so certain links dont show if user is not logged in


Boone Gorges
Keymaster

@boonebgorges

Anything you don’t want to appear to non-logged in visitors you should wrap in

<?php if ( is_user_logged_in() ) : ?>

and

<?php endif; ?>

Skip to toolbar