StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-02-2012, 01:17 PM
jfsebastian jfsebastian is offline
Registered User
Genesis Member
 
Join Date: Mar 2011
Posts: 21
Default Problem editing Prose functions.php

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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -5. The time now is 03:08 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.