![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I think I got myself in trouble. I was trying to setup a custom header in my Prose theme according to http://www.studiopress.com/tutorials...-custom-header. After I made the changes via the Edit Themes function in Wordpress I updated the file. It's not saving properly. The admin panel returns to a blank screen. My page at www.prepareandprosper.net will not load either. How do I undo this? The code looks like:
<?php /* WARNING: DO NOT edit this file under any circumstances. Please do all PHP modifications via the Custom Code admin menu. */ /** * This file calls the init.php file for both Genesis and Prose. * * It initializes the Genesis framework, and loads the Prose library as well. * * This file is a core Prose file and should not be edited. * * @author StudioPress * @license http://www.opensource.org/licenses/gpl-license.php GPL v2.0 (or later) * @link http://www.studiopress.com/themes/genesis */ /** Start the engine */ require_once( get_template_directory() . '/lib/init.php' ); require_once( get_stylesheet_directory() . '/lib/init.php' ); prose_create_custom_php(); |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem editing functions.php | StylusMedia | General Discussion | 3 | 09-07-2009 02:59 PM |
| editing functions.php? | lissa | General Discussion | 1 | 12-04-2008 01:55 AM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us