Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Page elements viewable only by admin?


Gautam
Member

@gautam2011

Use this:

<?php if(bb_is_admin()){ ?>
<div id="useronline">
<h3><?php _e('ONLINE TODAY'); ?></h3>
<p><?php do_action('members_online_today',''); ?></p>
</div>
<?php } ?>

This should work…….

Skip to toolbar