upgrade to 3.0.1 and all page content is gone
-
i was in working on a friend’s site – their dev guy split – and was adding a new page. after creating a page draft, i upgraded to version 3.0.1. all page content ceased to display after that. it’s all still in the wp backend, but it just doesn’t show on the live site.
the url is https://www.brixenivy.com. it’s hosted on hostgator.com
i’m fairly sure the issue is that it’s just not calling the page properly. i did a repair on the database, after reading a post that suggested that (and it worked for that person). still, not working.
i cannot change anything in the permalinks. they are greyed out. i wanted to ask in here before doing anything like deleting an .htaccess file and having it remade.
i’ve built a few sites with wordpress, but all pretty simple and never had to come mess around with anyone else’s code.
this is the current page.php code.
<?php
/**
* @package WordPress
* @subpackage Default_Theme
*/get_header(); ?>
<div id=”content”>
<?php the_content(); ?>
</div><?php get_sidebar(); ?>
<?php get_footer(); ?>
there is a huge event coming in three weeks and i really can’t afford to have any time down. it’s already been 5 hours…
- The topic ‘upgrade to 3.0.1 and all page content is gone’ is closed to new replies.