Fix Visual/Text Editor Tabs Missing in WordPress
If the Visual and Text editor tabs have disappeared from the WordPress page or post editor, several quick fixes can restore them without reinstalling WordPress.
Prerequisites
- WordPress admin access
- Ability to install plugins or upload files via FTP
Steps
- Toggle the user profile setting. Go to Users → Your Profile and locate the Visual Editor checkbox. Uncheck it, save, then re-check it and save again. This resets the editor preference.
- Install the "Use Google Libraries" plugin if the profile toggle does not help. This plugin offloads common JavaScript libraries (including TinyMCE dependencies) to Google's CDN, often resolving conflicts.
- Replace core WordPress files. If the issue persists, download a fresh copy of WordPress matching your version, then upload the
wp-admin/js/folder via FTP to overwrite corrupted files.
Verify
Open any page or post in the editor. Both Visual and Text tabs should appear at the top-right of the editor toolbar.
Notes
- Conflicts with certain plugins (especially those that modify TinyMCE or enqueue extra JavaScript) can cause tabs to vanish. Try disabling plugins one by one to isolate the culprit.
- Ensure your browser is not blocking scripts from the WordPress domain.