• I was running Jetpack on my www.remarpro.com site, because I have a WordPress.com site as well, and I stupidly entered my WordPress.com site url in the Settings, now it has crashed my website by trying to integrate the two and I can’t fix it because everytime I try to log in at corzgalore.com/wp-admin, it redirects me to the WordPress.com sign it.

    How do I get back to my www.remarpro.com settings to change this?

    Thanks.

    www.remarpro.com site – https://www.corzgalore.com
    Wordpress.com site – https://www.corzgalore.org

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    The settings for what? The WordPress Address and Home URL?

    Or is this for a subsite and you edited it on the network settings?

    Thread Starter corinakartchner

    (@corinakartchner)

    On my www.remarpro.com site with the Jetpack installed on it, in the General Settings tab there is a box for your WordPress.com URL. When I inserted my URL there, it tried integrating the two and now I have no access to my www.remarpro.com site, it just redirects me to WordPress.com.
    It has also ruined the layout as well.

    The box in General Settings is not for your WordPress.com URL; this does not need to be changed to make Jetpack work. When you install Jetpack, a “Connect to WordPress.com” button will appear. Use that and it will connect your site to WordPress.com. No changes are necessary in your Settings area.

    If you have FTP access to your site, the quickest way to fix your site is to edit your theme’s functions.php file. Open the functions.php file and right after the <?php at the top, add:

    update_option('siteurl','https://www.corzgalore.com');
    update_option('home','https://www.corzgalore.com');

    Now visit https://www.corzgalore.com a couple of times. Your site should start working again. Once it is working again, go back to your functions.php file and remove the two lines added above.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    This doesn’t sound like a MultiSite issue.

    If you ARE using Multisite (i.e. running multiple sites from one install of WP), please let us know, because what Tim suggested won’t work for Multisite.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘www.remarpro.com & WordPress.com’ is closed to new replies.