Forums

Dashboard completely blank (4 posts)

  1. deano89
    Member
    Posted 12 months ago #

    Hey, really need help with this please. Just got my theme working but now the dashboard isn't. I've no idea what is wrong. the last thing i did was add a contact form plugin, but i have disabled it and the dashboard still isn't working at all. i have also tried reinstalling all of the wordpress files. anybody help me out.
    thanks.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 12 months ago #

    Try:
    - switching to the Twenty Ten theme by renaming your current theme's folder in wp-content/themes using FTP or whatever file management application your host provides.

    - resetting the plugins folder by FTP or phpMyAdmin.

  3. deano89
    Member
    Posted 12 months ago #

    I've worked out its my functions.php file. my code must interfere or something any body know what is wrong

    <?php
    
    if ( function_exists('register_sidebar') )
        register_sidebar();
    add_theme_support( 'post-thumbnails' );
    ?>

    thanks

  4. esmi
    Theme Diva & Forum Moderator
    Posted 12 months ago #

Reply

You must log in to post.

About this Topic