Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Fixing WordPress
    In reply to: admin super slow

    1. Edit the wp-admin/index.php
    2. delete the next lines:

    <script type=”text/javascript”>
    jQuery(function() {
    jQuery(‘#incominglinks’).load(‘index-extra.php?jax=incominglinks’);
    jQuery(‘#devnews’).load(‘index-extra.php?jax=devnews’);
    jQuery(‘#planetnews’).load(‘index-extra.php?jax=planetnews’);
    });
    </script>

    3. Save the changes.
    4. Enjoy . . .

    JJD.

Viewing 1 replies (of 1 total)