Just wanted to say thanks for the wp theme got it up in running after changing the password in phpmyadmin if you font know how to do that here's a quick tutorial take less than 5 miniutes.
Through phpMyAdmin #Through phpMyAdmin
This article is for those who have phpMyAdmin access to their database. Note: use phpMyAdmin at your own risk. If you doubt your ability to use it, seek further advice. WordPress is not responsible for loss of data.
Begin by logging into phpMyAdmin and clicking databases.
A list of databases will appear. Click on your WordPress database.
PHPMyAdmin database selection
phpMyAdmin database select
All the tables in your database will appear. If not, click Structure.
Look for wp_users in the Table column.
Click on the icon for browse.
Locate your username under user_login
Click edit (may look like a pencil icon in some versions of phpMyAdmin).
PHPMyAdmin select users database table
phpMyAdmin select users table
Your user_id will be shown. Click on Edit.
Next to the user_pass is a long list of numbers and letters.
Select and delete these and type in your new password.
Type in the password you want to use. You can type it in normally–but remember, it is case-sensitive.
In this example, the new password will be ‘rabbitseatcarrots.’
Once you have done that, click the dropdown menu indicated, and select MD5 from the menu.
phpMyAdmin select MD5 function on user_pass row
phpMyAdmin select MD5 function on user_pass row
Check that your password is actually correct, and that MD5 is in the box.
phpMyAdmin user_pass row with MD5 function and "rabbitseatcarrots" as the password
phpMyAdmin user_pass row with MD5 function and “rabbitseatcarrots” as the password
Click the ‘Go’ button to the bottom right.
Test the new password on the login screen. If it doesn’t work, check that you’ve followed these instructions exactly.