custom login and registration area/page
-
i am building a new theme, and one of the sections on the front page is login / registration area
i am trying to accomplish this without using a plugin or a sidebar
i looked at this site
https://stilldesigning.com/2008/05/01/custom-login-page-for-wordpress/
but its close but not exactly what i am looking forhere is a link to a site that has login and registration on one page
this is what i am trying to mimic
https://www.crunchyroll.com/loginany ideas?
i put this in the index code
<div class="index_main_login"> <?php include (ABSPATH . '/wp-login.php'); ?> </div>
but his just loads the wp-login.php page
how can i make my own login page and load that instead
and have the login and registration area together on one page
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘custom login and registration area/page’ is closed to new replies.