Viewing 3 replies - 1 through 3 (of 3 total)
  • 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!

    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.