wordpress

WordPress Tip Disable Paged Comments

Don’t have your comments paginated, this is pretty bad for SEO. Luckily it’s easily fixed though!

Go to ‘Settings‘ > ‘Discussion‘ and untick the box that says ‘Break comments into pages

Sorted!

How to update WordPress

1. Have server running (if using localhost)
2. Backup old wordpress folder with everything in it
3. Delete old wordpress files and Copy in new wordpress files
4. Copy in theme(s) to new location wordpress/wp-content/themes
5. Copy in wp config file from backup location to /wordpress
6. Run database update: … /wp-admin/upgrade.php.
7. Wait for it to finish
8. Done!