• Hello,

    I would like to provide login and registration links to my blogs home page. Is there any way to complete my requirement?

    Thanks,

    Sandeep Gandhi

Viewing 2 replies - 1 through 2 (of 2 total)
  • most themes you can do that in the sidebar with the “Meta” widget

    you can add it manually to one of your theme files with this code

    <h3>Meta</h3>
    <ul>
        <li><?php // wp_register(); ?></li>
        <li><?php wp_loginout(); ?></li>
    </ul>

    Thread Starter sandeep83

    (@sandeep83)

    Samboll,

    Thanks for your details..I will check it out.

    Best regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Code for Login/Registration at wordpress’ is closed to new replies.