Forums

Code for Login/Registration at wordpress (3 posts)

  1. sandeep83
    Member
    Posted 3 years ago #

    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

  2. Samuel B
    moderator
    Posted 3 years ago #

    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>
  3. sandeep83
    Member
    Posted 3 years ago #

    Samboll,

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

    Best regards,

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.