Title: Styles and theme not loading
Last modified: August 22, 2016

---

# Styles and theme not loading

 *  [monkey201311](https://wordpress.org/support/users/monkey201311/)
 * (@monkey201311)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/styles-and-theme-not-loading/)
 * How do you fix the web while the styles & theme is not loading?
 * In wp_config.php, I have already put in the following:
 * define(‘WP_HOME’,’[http://www.mywebsite.com&#8217](http://www.mywebsite.com&#8217););
   
   define(‘WP_SITEURL’,’[http://www.mywebsite.com&#8217](http://www.mywebsite.com&#8217););
 * It is still not loading up the styles, any clue?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [RossMitchell](https://wordpress.org/support/users/rossmitchell/)
 * (@rossmitchell)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/styles-and-theme-not-loading/#post-5537407)
 * You have an error somewhere.
    Just possibly in your wp-config.php file, much 
   more likely in plugins or theme. There is advice here as to how to isolate and
   fix the white screen problem: [http://phptale.com/how-to-fix-wordpress-white-screen-issue/](http://phptale.com/how-to-fix-wordpress-white-screen-issue/)
 *  Thread Starter [monkey201311](https://wordpress.org/support/users/monkey201311/)
 * (@monkey201311)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/styles-and-theme-not-loading/#post-5537420)
 * The site is there, but there is no theme.
    Can’t even go to admin.
 *  [RossMitchell](https://wordpress.org/support/users/rossmitchell/)
 * (@rossmitchell)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/styles-and-theme-not-loading/#post-5537518)
 * You have to access your website using either FTP or you website hosting management
   file manager.
 * Firstoff enable debugging, find the WP_DEBUG line in your wp-config.php, comment
   it out with a // and add these lines:
 *     ```
       error_reporting(E_ALL); ini_set('display_errors', 1);
           define( 'WP_DEBUG', true);
       ```
   
 * Does this give you anything at all ?
 * Next disable your plugins by renaming the directories in “wp-content/plugins”,
   rename them. What happens now ? If it works then narrow down which one is causing
   it.
 * Then disable the theme, rename your theme directory at “wp-content/themes”
 * What do you learn ?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Styles and theme not loading’ is closed to new replies.

## Tags

 * [style](https://wordpress.org/support/topic-tag/style/)
 * [wp_config](https://wordpress.org/support/topic-tag/wp_config/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [RossMitchell](https://wordpress.org/support/users/rossmitchell/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/styles-and-theme-not-loading/#post-5537518)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
