Home › Forums › Trusted Pro › Register link is (in my case) pointing to wrong page. › Reply To: Register link is (in my case) pointing to wrong page.
November 16, 2017 at 10:04 am
#2775
Adri Oosterwijk
Participant
Made a wrong edit, sorry. here is the code piece again
<?php woocommerce_account_navigation(); } else { ?><p class=”top-login-header”><span class=”top-login-login”><?php echo $woo_account_login_title;?></span></p><?php woocommerce_login_form($woo_login_args);?><p class=”top-login-footer”><span class=”top-login-register”>“><?php echo $woo_account_reg_title;?></span></p><?php } ?>
- This reply was modified 7 years ago by Adri Oosterwijk.