I'm having the same issues discussed in http://wordpress.org/support/topic/84555?replies=11 in both IE and Firefox, and it seems to be happening to everyone, not just me. (A reader alerted me to the problem.)
My blog URL is http://www.inkthinkerblog.com. When I go to the home page or try to open a post, I get a window asking me to download a application/x-httpd-php. When I go to the dashboard, this code appears above the regular text in the dashboard body and sidebar:
`items) && 1 < count($rss->items) ) { // Technorati returns a 1-item feed when it has no results ?>
* items = array_slice($rss->items, 0, 10); foreach ($rss->items as $item ) { ?>
items) && 0 != count($rss->items) ) { ?>
items = array_slice($rss->items, 0, 3); foreach ($rss->items as $item ) { ?>
'> —
items) && 0 != count($rss->items) ) { ?>
* items = array_slice($rss->items, 0, 20); foreach ($rss->items as $item ) { $title = wp_specialchars($item['title']); $author = preg_replace( '|(.+?):.+|s', '$1', $item['title'] ); $post = preg_replace( '|.+?:(.+)|s', '$1', $item['title'] ); ?> '>`
My last two posts aren't showing up in the dashboard even though they're on the homepage, and when I try to create a new post or edit existing posts, I get this message when I click save: "You have chosen to open post.php which is a PHP File from http://www.inkthinkerblog.com" and an option request to open or save the file. The same thing happens when I try to log out.
I am totally stuck and I don't know what to do. Please help!
Thanks in advance,
Kristen