Posts

Showing posts with the label wordpress admin login

How to find WordPress Login link?

Image
  On a typical WordPress install with a   good WordPress hosting provider , all you need to do is add /login/ or /admin/ to the end of your site URL. For example: www.example.com/admin/ www.example.com/login/ Don’t forget to replace example.com with your own domain name. Both of these URLs will redirect you to the WordPress login page. If for some reason, your WordPress login URL is not working properly, then you can easily access the WordPress login page by going to this URL: www.example.com/wp-login.php Now if you installed WordPress in a subdirectory such as /wordpress/, then you would need to access your WordPress blog login page like this: www.example.com/wordpress/login/ www.example.com/wordpress/wp-login.php If you installed WordPress on a sub-domain, then you can access the WordPress Login page like so: subdomain.example.com/login/ subdomain.example.com/wp-login.php Once you are logged in, you will be redirected to the WordPress admin area of your site which...

How to fix WordPress Login issue?

  WordPress login issues, such as the page refreshing and redirecting when you try to access the site, are commonly caused by problems with the permalink structure, your .htaccess file or an improperly configured Site URL. A plugin or your theme files may also introduce configuration issues. Clear your browser cache and cookies Like many web platforms, WordPress uses cookies for user authentication. Start troubleshooting by clearing your browser cookies and cache. Check that your browser has cookies enabled – disabling cookies will prevent you from logging in. Restart your browser and then try to WordPress Login again. Deactivate and reactivate your plugins If clearing your cache and cookies didn’t solve the problem, the next step is to find out if a specific plugin is creating the issue. The simplest way to do this is to deactivate all of your plugins, then reactivate them one at a time until you notice the problem reoccur. Revert to the default theme If the previous two steps do...