The MU forums have moved to WordPress.org

wp-signup and wucoco (3 posts)

  1. topherrosado
    Member
    Posted 18 years ago #

    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?

  2. topherrosado
    Member
    Posted 18 years ago #

    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.

  3. dsader
    Member
    Posted 18 years ago #

    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.

About this Topic

  • Started 18 years ago by topherrosado
  • Latest reply from dsader