I came across an issue with text alignment in a client theme I had inherited from someone recently. For future reference this is how I fixed it. Add this code to your style.css file for the theme you are using. Don’t forget to make a back up before you start editing.
Dealing with wp_commentmeta when moving WordPress databases
I’ve spent a few days moving WordPress sites around between servers recently. A relatively simple if not mundane task, copy all the files from one server to another using SCP in terminal then moving the database, link the two up and all is well. You can move SQL by using command line in terminal, but […]