<?php
if ( is_user_logged_in() ) { ?>
<li class="apply"><a href="#apply_form" class="apply_online"><?php _e('Søk Online','appthemes'); ?></a></li>
<?php } else { ?>
<li class="apply"><a href="<?php echo wp_login_url( get_permalink() ); ?>" >Logg inn/Registrer for å søke</a></li>
<?php } ?>
<?php endif; ?>
There are currently 1 users browsing this thread. (0 members and 1 guests)