My Site No Longer Displays My Data

2 replies
I was trying to modify my functions.php file, and something I did messed my site up bad.

When I go to the homepage, the only thing that shows up is my menu options. My custom icon in the banner is gone, and is replaced by the default image from the theme that was applied.

Even my favicon is gone.

Unfortunately, I didn't backup my functions.php file before I made the change.

I can't even get into the Wordpress administration panel anymore, I get an error when I try.

I know that something's wrong with my functions.php file, but it's so disorganized now, that I can't tell what line the error is referring to.

Below are the contents of my functions.php file.

What do I need to correct to get it back to normal, or is that even possible?

I apologize that the code is so disorganized, that's how it looks from within the notepad document on the ftp server.

Code:
<?php/*-----------------------------------------------------------------------------------*//* WPZOOM Theme Functions - Don't edit this file until you know what you're doing     *//*-----------------------------------------------------------------------------------*/// The path to WPZOOM Theme Functionsdefine("INC", TEMPLATEPATH . "/functions");require_once INC . "/wpzoom-functions.php";         // Theme Custom Functionsrequire_once INC . "/wpzoom-core.php";                // WPZOOM Admin Panel & Theme Featuresrequire_once INC . "/wpzoom-seo.php";                // WPZOOM SEO Panelrequire_once INC . "/wpzoom-widgets.php";            // Custom Theme Widgetsrequire_once INC . "/wpzoom-sidebar.php";            // Initializing Widgetized Areasrequire_once INC . "/wpzoom-shortcodes.php";        // Custom Shortcodes/*-----------------------------------------------------------------------------------*//* In the empty space you can add your custom functions                                 *//*-----------------------------------------------------------------------------------*/function adsenseads() {    return '<div id="adsenseads">0712552117</div>';}add_shortcode('showmyads', 'adsenseads');/*-----------------------------------------------------------------------------------*//* Don't add anything below this line                                                 *//*-----------------------------------------------------------------------------------*/?>
#data #displays #longer #site

Trending Topics