The MU forums have moved to WordPress.org

How to call on the side bar in the registration? (6 posts)

  1. lhurey
    Member
    Posted 16 years ago #

    i want my side bar to appear in the signup page/registration page...how wm i going to do that..I mean where should i go to? and how am i going to call them to show on the signup page?

  2. shaythong
    Member
    Posted 16 years ago #

    You want the sidebar to show on your sign-up page?

    Open wp-signup.php:
    Find:
    <?php get_footer(); ?>

    Add before:
    <?php get_sidebar(); ?>

  3. lhurey
    Member
    Posted 16 years ago #

    it wont work..i add <?php get_sidebar(); ?> before <?php get_footer(); ?> see it in action at http://www.phblogger.net/wp-signup.php

  4. andrea_r
    Moderator
    Posted 16 years ago #

    Use your theme's Page template as a guideline.

  5. ex-brief
    Member
    Posted 15 years ago #

    yeah I tried this too, it does not call the sidebar up. If you put the <?php get_sidebar(); ?> anywhere else but just before <?php get_footer(); ?> then you get a syntax error.

    Anyone do this yet?

  6. ex-brief
    Member
    Posted 15 years ago #

About this Topic