Always backup content before beginning the manual update in case a revert is needed.
When updating WordPress before your plugin authors have tested their plugins with the latest version of WordPress then you could run into trouble. Its recommend that you deactivate all plugins before upgrading WordPress then activating them after the upgrade has concluded. Please be aware of what you are using the plugin for and if its is necessary to keep, or can be replaced by a new existing method we use today.
- http://wordpress.org/download/ - Download the latest version of WordPress
- Delete existing old
/wp-includes
and/wp-admin
directories on your server. (Using FTP, File Manager or Shell SSH) - Upload the new
/wp-includes
and/wp-admin
folders (directories) to your server. (Using FTP, File Manager or Shell SSH) - Open the
/wp-content
folder and upload the individual files from the new folder to existing/wp-content
folder (Using FTP, File Manager or Shell SSH), overwriting existing files.
- Do NOT delete your existing
/wp-content
folder. - Do NOT delete any files or folders in your existing
/wp-content
directory (except for the one being overwritten by new files).
- Delete
xml-rpc.php
and allwp-\*\*\*
files in the root folder exceptwp-config.php
. Upload all remaining new individual files from the root directory (folder) of the new version to your existing WordPress root directory.
Update WordPress by logging in to your dashboard and follow the update instructions.
Update existing WordPress Plugins to latest version that are compatible with the newest WordPress Version or if time allocates replace with new methods we use today.
- Clear your cookies
- Delete or refresh your cache if your using a caching plugin like WP Super Cache or W3 Total Cache
- Re-activate your plugins if you deactivated them before upgrading WordPress