• As soon as I upgraded to 3.0, the page content disappeared. Everything still shows in the dashboard and the page.php template looks fine (shown below) so I have no clue what the problem is. I’ve tried resetting the permalinks and deactivating all plugins but no dice.

    Can someone give me a hand on this? Here’s a page from the site: http://bit.ly/ap4WXX

    You’ll notice the ‘media’ page works because it is a custom template.

    Below is the code from my page.php:

    <div class="entry">
    							<?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>
    
    							<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
    						</div>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cpkid2

    (@cpkid2)

    I had to downgrade to 2.9.2. But I would like to upgrade to 3.0.1 later so any help would still be appreciated.

    Moderator keesiemeijer

    (@keesiemeijer)

    Have you tried:

    – switching to the default theme to rule out any theme-specific problems?
    resetting the plugins folder by FTP or phpMyAdmin? Sometimes, an apparently inactive plugin can still cause problems.
    – re-uploading the wp-admin and wp-includes folders from a fresh download of WordPress? Please do not overwrite these folders while re-uploading! Make a backup of these folders and remove the folders and re-upload the new ones. Do not forget to clear your Browsers Cache

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘upgraded to 3.0…page content not showing anymore’ is closed to new replies.