Is the register†and “forgot password†under log-in menu available yet?
Please make sure you have updated to this release: https://github.com/anspress/anspress/releases/tag/2.0.5-4. Then you will not see an undefined function error on homepage.
You can easily add register and forgot password link by editing header.php Simply add this:
<div class="login-form-links"> <a href="<?php echo esc_url( home_url( '/register' ) ); ?>">Register</a> <a href="<?php echo esc_url( home_url( '/lostpassword' ) ); ?>">Forgot password ?</a> </div>