Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Oh and just in case that page ever expires, here’s what it says:

    What was happening was when the Write>Post screen was opened, it would sit then eventually throw up an unresponsive script error which stemmed from: /wp-includes/js/jquery/jquery.js

    It essentially rendered the WordPress admin useless unless you wrote a draft elsewhere, such as an external blog editor, and saved it as a draft – the Manage section was unaffected.

    In any case, if you find yourself with the same issue, it’s a simple edit of the wp-admin\edit-form-advanced.php file. Just remove this line:

    $metadata = has_meta($post->ID);
    list_meta($metadata);
    ?>

    K so I just registered purely to reply on this thread, because after months, I’ve finally found a fix for this problem. See here:

    https://crrrg.com/unresponsive-wordpress-new-post-script/

    Thankyou Craig Childs, you are a legend!

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