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.
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.
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