{"id":13579,"date":"2010-06-19T22:47:34","date_gmt":"2010-06-19T17:17:34","guid":{"rendered":"https:\/\/www.quickonlinetips.com\/archives\/?p=13579"},"modified":"2020-05-24T10:29:08","modified_gmt":"2020-05-24T04:59:08","slug":"fix-thesis-custom-file-editor-use_codepress-errors-wordpress-3","status":"publish","type":"post","link":"https:\/\/www.quickonlinetips.com\/archives\/2010\/06\/fix-thesis-custom-file-editor-use_codepress-errors-wordpress-3\/","title":{"rendered":"Fix Thesis Theme Custom File Editor Use_CodePress Errors in WP 3.0"},"content":{"rendered":"<p>If you are using <a href=\"https:\/\/www.quickonlinetips.com\/go\/thesis.php\" rel=\"nofollow\">Thesis<\/a> WordPress theme, and upgrading to the new WordPress 3.0, be prepared for some <em>use_codepress<\/em> fatal errors when using custom file editor on your blog admin.<\/p>\n<h3>Thesis Theme Custom File Editor\u00a0Use_CodePress Error<\/h3>\n<p>If you are using the Thesis theme\u2019s built-in Custom File Editor, you might spot PHP error messages like this:<\/p>\n<p><code>Fatal error: Call to undefined function use_codepress() in \/DIRECTORY\/public_html\/wp-content\/themes\/thesis_17\/lib\/admin\/admin.php on line 42 <\/code><\/p>\n<p>The reason is Thesis theme calls on the function <em>use_codepress<\/em> &#8211; from the Thesis core file admin.php for syntax highlighting using CodePress, but the use_codepress function is now deprecated in WordPress 3.0. So the error appears. But there is a fix here.<\/p>\n<h3>Fix\u00a0Use_CodePress error in Thesis Theme using WordPress 3<\/h3>\n<ul>\n<li>Power up your FTP program (I use Filezilla)<\/li>\n<li>Browse to <em>\/wp-content\/themes\/thesis_17\/lib\/admin\/admin.php<\/em>.<\/li>\n<li>Download admin.php<\/li>\n<li>Open in a text editor like Notepad.<\/li>\n<li>Locate this text in line 42<br \/>\n<code>if (use_codepress()) add_action('admin_print_footer_scripts', 'codepress_footer_js');<\/code><\/li>\n<li>Comment out that line by placing two forward slashes just before it.<br \/>\n<code>\/\/ if (use_codepress()) add_action('admin_print_footer_scripts', 'codepress_footer_js');<\/code><\/li>\n<li>Upload and replace admin.php<\/li>\n<\/ul>\n<p>That should remove all the use_codepress errors, but you will not be able to use the syntax highlighter in your Custom File Editor after that.\u00a0Remember to keep a backup of admin.php in case something goes wrong.<\/p>\n<p>This site is also currently powered by Thesis theme and you can see our <a href=\"https:\/\/www.quickonlinetips.com\/archives\/2010\/04\/thesis-wordpress-theme-review\/\">Thesis theme review<\/a> here. I really wish Thesis developers have some way of sending out critical update emails to paid theme users, rather than they search around the forums.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you are using Thesis WordPress theme, and upgrading to the new WordPress 3.0, be prepared for some use_codepress fatal&#8230;<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[6],"tags":[17],"class_list":["post-13579","post","type-post","status-publish","format-standard","hentry","category-blogging","tag-wordpress"],"_links":{"self":[{"href":"https:\/\/www.quickonlinetips.com\/archives\/wp-json\/wp\/v2\/posts\/13579","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.quickonlinetips.com\/archives\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.quickonlinetips.com\/archives\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.quickonlinetips.com\/archives\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.quickonlinetips.com\/archives\/wp-json\/wp\/v2\/comments?post=13579"}],"version-history":[{"count":0,"href":"https:\/\/www.quickonlinetips.com\/archives\/wp-json\/wp\/v2\/posts\/13579\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.quickonlinetips.com\/archives\/wp-json\/wp\/v2\/media?parent=13579"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.quickonlinetips.com\/archives\/wp-json\/wp\/v2\/categories?post=13579"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.quickonlinetips.com\/archives\/wp-json\/wp\/v2\/tags?post=13579"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}