

If you use a squared image of 84 pixels, you won’t have to modify anything else.
#Wordpress login admin code#
You just have to add an image to the img folder of your theme with the name you want and change the 4th line of the previous code as convenient. The first part of the code (lines 1 to 12) add an additional CSS style that overwrites the default style of WordPress and adds your chosen image on top of the form.
#Wordpress login admin how to#
The following fragment of PHP code, which you can directly add into the functions.php file of your theme, shows how to change the logo to personalize the WordPress login form. This is why if you need a lot of visitors to enter and register as users into your website, it is very useful to add the logo of your organization by modifying the login page of WordPress.Īs you can see below, the login form of WordPress shows the WordPress logo by default. Trick 2: Add your logo on the WordPress loginĬorporate image is very important. On the other hand, if you want a much more complete solution (but also more complex) you can opt for a security plugin such as iThemes Security, which includes, amongst other features, the block of URLs with administrative access. Additionally, if you try to access /wp-admin/ or /wp-login.php you will see they stop working as soon as the plugin is activated. From here, your URL login form will change from /wp-admin/ to /login.Īnd you can always change the route to any other one accessing the menu Settings » General of WordPress itself.
#Wordpress login admin install#
You just have to install and activate it to make it work. In the WordPress plugin directory you will find many, but perhaps one of the simplest and most popular ones is WPS Hide Login. htaccess genius, it’s best to use a plugin. Screenshot showing the settings of the WPS Hide Login plugin inside the Settings » General menu in WordPress. If you want to avoid attackers trying to destroy your server by doing thousands of petitions to this form URL, you can do so by changing /wp-admin/ to a different route.

Adding /wp-admin/ at the end of the URL (or /wp-login.php), you can access the form by default. In case you didn’t know, which would surprise me at this point, the default website address to access the login form of WordPress is /wp-admin/. If you want to make it harder for WordPress attackers, one of the available options to improve the security of your website is changing the default URL to access your Dashboard. Without further delay, here we go… Trick 1: Change the access URL to WordPress In this post I will briefly explain 3 tricks to modify the WordPress login page, which you might find useful. Yes, the famous /wp-admin/ you add to the URL of your website and which provides access to the WordPress Dashboard after filling in the corresponding username and password.Īs with other aspects of WordPress, the login can be modified in different ways. One of the aspects you use the most in WordPress, and that I’m sure you haven’t thought much about, is the login page.
