logancat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to delete google analytics code?All set! Thank you!
Forum: Fixing WordPress
In reply to: How to delete google analytics code?When you say it is in both the header and footer, what should I be looking for?
I have deactivated the second plugin and put the code in via theme options, but my original analytics account still shows in the head.
Forum: Fixing WordPress
In reply to: How to delete google analytics code?Hi. I just checked and I see no reference to anything Google in the header or footer of my theme.
Fixed it!
Forum: Fixing WordPress
In reply to: Site URL and Home URLThank you so much! I logged out and the link went away. I have been working on changing addresses for hours to try and fix this.
You have no idea how much I appreciate your help! I hope that you have a wonderful day 🙂Forum: Fixing WordPress
In reply to: Deleted my siteurl and can't access my dashboard!I added
define(‘WP_HOME’,’http://body-rhythm.com/wordpress’);
define(‘WP_SITEURL’,’http://body-rhythm.com/wordpress’);
to the wp-config.php file and that took care of the problem.Thanks very much everyone!
Forum: Fixing WordPress
In reply to: Deleted my siteurl and can't access my dashboard!I’m not having a problem with any other sites. I tried both IE and Firefox.
Forum: Fixing WordPress
In reply to: Deleted my siteurl and can't access my dashboard!That is great news – thank you! I can see the login screen but For some reason I enter my password etc and nothing happens. On Firefox it said I have an internet connection problem. But this is progress!
Forum: Fixing WordPress
In reply to: Deleted my siteurl and can't access my dashboard!Thank you, but no luck. I deleted the code from the wp-config file and added
update_option(‘siteurl’,’http://body_rhythm.com/wordpress’);
update_option(‘home’,’http://body-rhythm.com/wordpress’);to the Gleam theme functions.php. I had been adding it to the functions.php in the wp-includes folder. I still get a 404 error on a parking page at the web host site.
Forum: Fixing WordPress
In reply to: Deleted my siteurl and can't access my dashboard!I did try adding that also – didn’t work. Should both the wp-config and the functions be changed or just one or the other? And should the wp-config and functions address have a /wordpress at the end? (I have wordpress installed in a subdirectory called wordpress).
(‘WP_HOME’,’http://example.com’);
define(‘WP_SITEURL’,’http://example.com’);
or
define(‘WP_HOME’,’http://example.com/wordpress’);
define(‘WP_SITEURL’,’http://example.com/wordpress’);