• Is there a way to move a standard WordPress register/login link from its standard WP black header to the site’s own white header just to the right corner from the header logo?

    http://ch.2biz.ca/

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sorry I’m not really sure what you’re asking. You want a log in link in your header?

    The easiest way to add this would probably be to insert directly into your header.php template file.

    Thread Starter ip11166

    (@ip11166)

    I want to add login/register field to the right of the header.

    I tried this code:
    in header.php

    <ul class=”headerlinks”>

    • <?php wp_loginout(); ?>
    • in Simple Custom CSS

      ul.headerlinks{
      float:right;
      position:absolute;
      right:10vw;
      top: 0;
      }

      However, when I am trying to add this or any other code to header.php of the theme, no changes seem to take any effect. It looks like the header.php does not control the header, because even if I fully remove this file nothing happens.

      http://ch.2biz.ca/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘moving login/register link from WP admin header to the site's own header’ is closed to new replies.