Don't you hate it when you are installing a new theme and get this message 'Unable to locate WordPress Content'?
If any of you using VistaPanel and
if(is_admin()) {
add_filter('filesystem_method', create_function('$a', 'return "direct";' ));
define( 'FS_CHMOD_DIR', 0751 );
}
not work and all sort of code stopping you from working and upload?
Try this! goto your ftp manager, locate your theme directory '/yoursite.com/htdocs/what_ever_the_blog_is_in_example_i_use_blog_as_my_folder/wp-content/themes'. Then you will need to upload the zip file from there, save it and restart wordpress acp and you will able to see the theme you installed.
Note: If the zip file was nameed 'this_cool_them_v1.01.3.zip', it will automatic be named 'thiscooltheme".
Hope that helps...