wordpresswordpress-themingcustom-wordpress-pageswordpress-thesis-theme

Wordpress post text area missing issue


I have an issue that is in wordpress when i click on add new post button the post form appears it is showing everything on that form except the main content text area it's simply not there. I just updated my wordpress and this happens.

Now I have also downgraded my wordpress to previous version but still same issue.

Can anyone help me please.


Solution

  • Make sure all your plugins and theme are up to date, compatible with 4.8.1

    Flushing any caching plugins you might be running, as well as server and/or browser caches. Not just your browser, but any op cache or content network cache as well such as CloudFlare.

    If that does not resolve the issue, try deactivating ALL plugins temporarily to see if this resolves the problem (plugin functions can interfere). If this works, re-activate them individually (one-by-one) to find the problematic plugin(s).

    Or

    Edit manually wp-config.php file.

    Find the line

    define('DISALLOW_FILE_EDIT', true); (it is probably true by default installation)

    and change in

    define('DISALLOW_FILE_EDIT', false);
    

    That might solve your issue. Hope this will helpful for you.