• suge1w

    (@suge1w)


    Currently, it defaults back to the edited post so I’m trying to find a way to divert to the list of posts so I can just click “Back” and create a new post that way.

    Time saver when you have thousands of entries to add manually.

    Anyone have any ideas?

Viewing 1 replies (of 1 total)
  • everyeurocounts

    (@everyeurocounts)

    yes hook into ‘wp_insert_post’ and use wp_redirect() to the page you want, you will need to identify what post list you are referring too, if its just the standard posts, its http://www.url./wp-admin/edit.php.

    If you are adding a lot of posts, you can create a function to add your content, terms, etc and do it in blocks (maybe 20 posts at a time) it would be much faster than using the wp create post process. But you need to be comfortable with php for either of the above or comfortable with html for the second option.

Viewing 1 replies (of 1 total)
  • The topic ‘After new post creation, divert back to posts list’ is closed to new replies.