I’ve already posted at the WordPress support forums, but if anyone here is familiar with it, please let me know…
Upgraded from 2.3 to 2.6 following the codex directions, including the database upgrade.
Now when viewing the blog, the text of the post no longer shows up. It’s in the database (if I go to edit a post everything is still in there), but it doesn’t display on the page.
Each entry looks something like this:
There should be text in between the byline and the “posted in” line, but there isn’t.
View Source on the page shows that the <div id=“entry”> is empty, see below. What’s causing this? I’m using a custom theme, but would that make the “entry” div completely empty?
<div class="post">
<h3 class="storytitle" id="post-164"><a href="http://autumneve.com/blog/2008/07/09/sigh/" rel="bookmark" title="Permanent Link: sigh">sigh</a></h3>
<small>Kat <strong>::</strong> 11:07 pm</small>
<div class="entry">
</div>
<div class="meta"><p>Posted in <a href="http://autumneve.com/blog/category/love-sexuality/" title="View all posts in love | sexuality" rel="category tag">love | sexuality</a>, <a href="http://autumneve.com/blog/category/observations-miscellany/" title="View all posts in observations | miscellany" rel="category tag">observations | miscellany</a>, <a href="http://autumneve.com/blog/category/rage-pain-defeat/" title="View all posts in rage | pain | defeat" rel="category tag">rage | pain | defeat</a>, <a href="http://autumneve.com/blog/category/spirituality-ponderings/" title="View all posts in spirituality | ponderings" rel="category tag">spirituality | ponderings</a> <strong>|</strong> <a href="http://autumneve.com/blog/wp-admin/post.php?action=edit&post=164" title="Edit post">Edit</a><strong>|</strong> <a href="http://autumneve.com/blog/2008/07/09/sigh/#respond" title="Comment on sigh">No Comments »</a> </p><br /></div>
Any help would be appreciated, otherwise I don’t know what else to do besides roll back to the old version.