I’ve been hearing panic and frustration from some people who upgraded to WordPress 3.0 and now can’t access the custom file editor in the Thesis control panel, so, I wanted to let you know how to fix it.
First of all, I don’t ever recommend editing your files from within the WordPress editor – I always use an external text editor like Coda or Espresso.
That said, if you want to use the built-in editor, it’s easy to fix. You’ll need to get access to your files through FTP or through your Cpanel file manager. Once you’re logged in, navigate to themes/thesis/lib/admin/admin.php and open the admin.php file.
On line 42, you’ll see the following:
if (use_codepress()) add_action('admin_print_footer_scripts', 'codepress_footer_js');.
Add two slashes at the beginning of that line. It will look like this (click the photo to enlarge it):
That’s it. Adding the two slashes is called “commenting”, and tells your browser to ignore that line. Save the file, and you will now be able to edit your files from within the built-in editor.
If you have questions, don’t hesitate to ask in the comments!

{ 6 comments… read them below or add one }
thanks, this was what I was looking for… I will just add this fix to my thesis site. Thanks a lot
You’re welcome
Thanks for the fix, it worked and now I don’t have to use ftp to edit the files.
Glad to help, George! Thanks for visiting.
AWESOME — thanks!
You’re welcome!
{ 3 trackbacks }