/wp-admin/ white screen

  • Unknown's avatar

    I am trying to sign in to my site under admin
    thejohnnymccuaigband.com/wp-admin/ and the only thing that is coming up is a white screen. Any chance anyone out there knows how to resolve this issue? Site is working fine, but recently I was working on adding a sidebar to the site in code and possibly this is where the problem arose? Any thoughts?

  • Unknown's avatar

    this is what I tried to add to my site and now I can not enter it.

    add_action( 'widgets_init', 'my_register_sidebars' );
    function my_register_sidebars() {
    	register_sidebar(
    		array(
    			'id' => 'primary',
    			'name' => __( 'Primary' ),
    			'before_widget' => '<div id="%1$s" class="widget %2$s">',
    			'after_widget' => '</div>',
    			'before_title' => '<h3 class="widget-title">',
    			'after_title' => '</h3>'
    		)
    	);
    }
  • These forums are for sites hosted on WordPress.com.

    You can get help by posting your question in the WordPress.org forums for self-hosted sites:

    http://wordpress.org/support/

    You’ll need a free WordPress.org account to post – if you don’t already have one, you can register here:

    https://wordpress.org/support/register.php

    Be sure to provide a link to your site when you post so people can help you more easily.

  • p.s. try reverting back to your unaltered theme and that should allow you to regain access.

  • The topic ‘/wp-admin/ white screen’ is closed to new replies.