I'm trying to figure out how to get wp-signup.php to integrate with the wucoco theme, but I'm not having much luck. Right now, the signup page is broken and I can't figure out why: sign up page.
Any ideas?
I'm trying to figure out how to get wp-signup.php to integrate with the wucoco theme, but I'm not having much luck. Right now, the signup page is broken and I can't figure out why: sign up page.
Any ideas?
I've come up with a solution... I simply made a template with the code from wp-signup.php and created a new page. Seems to work well so far.
I found it to be easier to replace the wp-signup.php file instead. (Keep the original safe, you'll need it when you change the home theme, again).
I have several wp-signup.php on hand to match a variety of seasonal themes. No theme files hacked to include signup, no core files hacked to handle the redirects to themes/wucoco/wp-signup.php.
The culprit in your case appears to be to simply add the <?php get_sidebar(); ?>
near the top of wp-signup.php. Add any additional style/code from wucoco's index.php to wp-signup.php and you are good to go.