• dragnmuse

    (@dragnmuse)


    I’m using the Organize Series Plugin on my blog. When I edited a post using the Front-end Editor, upon save, the post was no longer part of a series. I don’t need the ability to edit the series from the front of the blog, but the post should remain part of the series after I edit it. Is there any way that this can be done?

    Thanks!

    http://wordpress.org/extend/plugins/front-end-editor/

Viewing 3 replies - 1 through 3 (of 3 total)
  • scribu

    (@scribu)

    Open organize-series/series-taxonomy.php and replace this line:

    if ($post->post_type == 'revision' || $_GET['bulk_edit_series'] == 'bulk' ) {

    with this:

    if ( defined('DOING_AJAX') || $post->post_type == 'revision' || $_GET['bulk_edit_series'] == 'bulk' ) {

    hey @scribu, thanks for posting the fix for this! I’ll include it in the next version of orgSeries. I love it when the WordPress community steps in and helps with questions like this!

    scribu

    (@scribu)

    You’re welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Front-end Editor] Doesn’t play well with Organize Series Plugin’ is closed to new replies.