I have the El Aleph tags in my loop
<div class="box2">
<div class="box2_favorites"><?php aleph_the_taxonomy_link('author-favorites'); ?></div>
<div class="box2_contact"><?php aleph_the_taxonomy_link('author-contacts'); ?></div>
</div>
I want the div class box2 to show up only when the user logs in, the plugin already only shows up when user is loged in.
can this be done.