Hide element of page until logged in
Hi
is it possible to hide the following until users are logged in. So instead of displaying the location it displays login to view instead?
loop-job.php file that contains the info for the jobroller jobs page.
<dt><?php _e('Location', APP_TD); ?></dt>
<dd class="location"><?php jr_location(); ?></dd>