WordPress Login Loop to Dashboard

So for the specificity of this case I was redirecting to the admin dashboard continuously when ever I tried to navigate to the home page.I was logged in as admin. The problem was that I updated my email and this caused a conflict with the site. WordPress wanted me to...

WordPress Login redirecting to strange url

Define(‘WP_SITEURL’,’https://your-site-url’); Define(‘WP_HOME’,’https://your-site-url’); The above code must get added to your wp-config.php File It should fix the redirecting login issue. I left in inside my file after...

Pin It on Pinterest