How to Create a Custom WordPress Login URL
How to Create a Custom WordPress Login URL Posted on December 29, 2015 by Shaun Quarton in Tips & Tricks | 12 comments During the installation process, WordPress creates two default login URLs. I’m sure you’re already familiar with at least one of these, but the two are: wp-admin.php wp-login.php This happens during every WordPress installation. Given that these repetitive login URLs are a potential security risk (more on this later!), it’s somewhat surprising that WordPress doesn’t give users the option to create a custom login URL, don’t you think? Well, even if WordPress doesn’t allow you to customize the login URL by default, it is perfectly possible to do so. If you’ve ever wondered how to change the default URLs, read on, as I’m about to show you! Why Should I Change the WordPress Login URL? Before we begin, though, let’s take a look at three reasons why you might want to create a custom login URL. 1. P...