Changing WordPress username

Have you ever checked your WordPress profile and noticed you can’t change your username? Did you ever realise that most people choose the same display name as the username, which then gives hackers a legitimate username to try and hack into your site? Do you use the same username and display name and now want …

Custom Sort order for a field in MySQL

MySQL fields are made to order alphabetically or numerically on fields, but what happens if you have a custom sort order? You might ask, but when would you have a custom sort order? The two situations that come to mind are when a field contains data NOT in the expected format. Imagine a field with …