• Resolved arranf

    (@arranf)


    I can’t find a link where my user can register. The optiion is turned on so they can but there is no link.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, Arranf.

    Look in the default theme (wp-content/themes/default) for this code:

    <?php wp_register(); ?>
    <li><?php wp_loginout(); ?></li>

    The first line offers the registration link while the second, the wp_loginout, offers registered users the means to login or logout.

    You’ll need to add those lines to your theme, to the place you’d like to display the information. Note that the second line is wrapped in list item tags that you may or may not want.

    Thread Starter arranf

    (@arranf)

    Thanks ??
    Works just as it should.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nowhere for my Users to Register’ is closed to new replies.