Title: Editing Posts in 2.0 Problems
Last modified: August 18, 2016

---

# Editing Posts in 2.0 Problems

 *  [todand](https://wordpress.org/support/users/todand/)
 * (@todand)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/editing-posts-in-20-problems/)
 * I just upgraded to 2.0 and everytime I go to edit an existing post, WordPress
   displays the edit page for a second or two and then automatically redirects me
   to the post on my site. To edit a post, I have to stop my browser (Firefox) from
   loading before I get redirected.
 * Any clue what this problem is? It’s incredibly frustrating.

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/editing-posts-in-20-problems/#post-323429)
 * If using framebuster plugin of javascript code, disable it. This is due to the
   preview displaying at the bottom of the edit page.
 *  Thread Starter [todand](https://wordpress.org/support/users/todand/)
 * (@todand)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/editing-posts-in-20-problems/#post-323437)
 * Yep, just figured that out myself. But I’m not willing to disable my break out
   of frames script. Frames suck and I don’t want any page of mine stuck in one.
   Is there anyway to disable the Preview frame in WordPress? This (along with several
   other frustrating new features) is seriously irritating.
 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/editing-posts-in-20-problems/#post-323438)
 * [You can hide the preview section](http://wordpress.org/support/topic/57492#post-311083),
   but that won’t resolve the framebuster issue. For that you’ll want to modify 
   your javascript or plugin to test on the referer. This is how I do it:
 * `<?php if(strpos($_SERVER['HTTP_REFERER'], get_bloginfo('wpurl')) === false) :?
   >`
 * `Javascript framebuster code goes here.`
 * `<?php endif; ?>`
 *  Thread Starter [todand](https://wordpress.org/support/users/todand/)
 * (@todand)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/editing-posts-in-20-problems/#post-323440)
 * Wow. Thank you very much, Kafkaesqui. That seems to have done the trick. It’s
   been a bumpy upgrade and you’ve just helped smooth it out. Thanks!
 *  [Denis de Bernardy](https://wordpress.org/support/users/denis-de-bernardy/)
 * (@denis-de-bernardy)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/editing-posts-in-20-problems/#post-323912)
 * This is a know problem. Using the latest version (v.3.1) of the plugin should
   solve this. Are you using that one?
 *  [lencrockett](https://wordpress.org/support/users/lencrockett/)
 * (@lencrockett)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/editing-posts-in-20-problems/#post-323974)
 * I like the preview mode but wanted to retain the framebreaker so I added this
   to header.php
 * <!– frame buster –>
    <? $preview = $_REQUEST[‘preview’]; if ($preview == “”) {
   $preview = “false”; } ?> <script type=”text/javascript”> var preview = <?php 
   echo $preview; ?>; if (preview != true && self != top) { top.location.href = 
   document.location.href; } </script> <!– end frame buster –>
 *  [Monika](https://wordpress.org/support/users/monika/)
 * (@monika)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/editing-posts-in-20-problems/#post-323988)
 * Hi Denis-de-Bernar
 * your plugin doesn’t help 🙁
 * lencrockett code is ‘the hero’ for my domain 😉
    thanks a lot for sharing your
   knowledge
 * last night was a very bad night for me as I have seen this
 * [ web2announcer.com hold my domain texto.de captive in a frameset.](http://www.texto.de/texto/how-to-design-your-own-wordpress-theme/)
 * regards
    Monika

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Editing Posts in 2.0 Problems’ is closed to new replies.

## Tags

 * [editing](https://wordpress.org/support/topic-tag/editing/)
 * [redirecting](https://wordpress.org/support/topic-tag/redirecting/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 5 participants
 * Last reply from: [Monika](https://wordpress.org/support/users/monika/)
 * Last activity: [19 years, 6 months ago](https://wordpress.org/support/topic/editing-posts-in-20-problems/#post-323988)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
