Support » Fixing WordPress » I want a blank entry after posting one

  • I usually post two or three entrys, and now in version 2.7 when I post an entry I get the same entry, and that is annoying, I need to appear a blank entry so I can post a new one.

    Is there any way to do this?

Viewing 6 replies - 1 through 6 (of 6 total)
  • I would like to know this too… 😉

    What? You mean after you click Publish?

    Click “Add New” from the left-hand side menu after you publish…

    Alternatively i think the Quickpress widget on the main dashboard will allow quicker postings…

    I can’t speak for roro, but in my case the “problem” is that when I publish a new entry, instead of getting a new blank entry form (for posting a new entry) -like in older WP versions-, I end getting the same recently posted entry.

    I don’t know if I’m explaining myself correctly…

    Is there any way to change that behaviour?

    Thanks in advance!!!

    No, i remember reading about this before, and that is the intended behaviour. I’d have to agree with the way it works now in honesty…

    If you really want to change it, you can do so like this…

    wp-admin/post.php – Line 52

    $location = add_query_arg( 'message', 6, get_edit_post_link( $post_ID, 'url' ) );

    Change to…

    $location = add_query_arg( 'message', 6, 'post-new.php' );

    Bear in mind that’s a core WP file, so you’ll lose that change after an upgrade…

    Thanks, t31os! 😀

    Please be sure to mark the topic as resolved to the right-hand side..

    And you’re welcome… 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘I want a blank entry after posting one’ is closed to new replies.