Need Help; broke site during upgrade
-
Wow I feel stupid.
I set up a site years ago: https://www.socialmediadefined.com that I haven’t touched for a while. I went to upgrade to a new version of wordpress and broke my site .. help!
If you go to the site you’ll see this message:
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);/** Loads the WordPress Environment and Template */
require(‘./wp-blog-header.php’);Anyone know how to fix this?
Thanks!
Brian
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Need Help; broke site during upgrade’ is closed to new replies.