• I have added the code below to insert a Login/Logout url in the header of my website. When logged out it displays LoginRegister without any spacing between each.

    I want to have | between each of the words login and register.

    Does anyone know how I can include this in the code. Am a complete noob with this.

    <?php wp_loginout();
    if ( ! is_user_logged_in() )
        wp_register('', ''); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘adding '|' between Login Logout url’ is closed to new replies.