• I recently bought a website and transferred the hosting to my godaddy account. The process was never really completed correctly but now I’m in real trouble.

    I can’t get into the back end of WordPress.

    You can take a look at the link here:
    https://www.howtotalkdirtytoaguy.com/wp-login.php

    This brings me to a totally generic sign-in page and after I log in, which normally brings me to my dashboard, It brings me to a stripped down version of my homepage of my website.

Viewing 3 replies - 1 through 3 (of 3 total)
  • hmmm… Perhaps WordPress address (URL) and Blog address (URL) in Settings > General is not correct. Choose whether u want to use your URL with www or without www for both field.

    Example without www, open your theme’s functions.php (wp-content/themes/ps-gry/ProSense-Grey/functions.php) and add:

    <?php
    update_option('siteurl', 'https://howtotalkdirtytoaguy.com/');
    update_option('home', 'https://howtotalkdirtytoaguy.com/');
    ?>

    Then view your blog, and if everything is fine. Remove the code above from functions.php. We don’t need that anymore.

    see: https://codex.www.ads-software.com/Changing_The_Site_URL

    Thread Starter mikeb1073

    (@mikeb1073)

    Thanks for your help but no dice…. I get this now

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/10/5938610/html/wp-content/themes/ps-gry/ProSense-Grey/functions.php:17) in /home/content/10/5938610/html/wp-includes/pluggable.php on line 868

    That means that you introduced some white space into your functions.php or that the changes you made have produced an error.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Loocked out of my Admin panel’ is closed to new replies.