• On my new site i will try to place my loginlinks ether in my header or my footer. Can someone please help me manage this so it looks nice?

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m sure that I’ve seen a plugin that can do this. It puts a tab at the top of the screen, when clicked (or hovered) it animates a drop down bar across the top of the page with the login form in it. But I can’t remeber where I saw it or what it was called.

    Try searching the ‘Extend >> Plugins’ section on this site, or failing that a Google usually does it.

    😉

    Thread Starter ponas

    (@ponas)

    I dont think im able to find what you’re thinking of, gr1zzly. Are there such an plugin out there or do i need to find another opertunity?

    Hi ponas, sorry for the late reply.

    Maybe this would be simpler.

    If you’re happy with html/css enough to edit your header and footer template files then create and style the element you want to contain the links into the appropriate place(s) within the header/footer php files and add something like

    <p><?php wp_loginout(); ?></p>

    hth

    <?php wp_register('', ''); ?>

    will also give you the register option if yiou’d like that in there as well, I always include both

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Login in header or footer’ is closed to new replies.