I have a wordpress template that does not have the link anywhere on it for users to join. How do I add that to the template?
<?php wp_register(); ?> Code (markup): Also make sure you have "Anyone can register" checked off in the Options -> General Tab.
Thank you for replying with the code but where exactly do I put it. LOL Edited to add: I figured out where it went and it is now working. Thanks again for the code.