Yes, I’ll try reading it again to make sure I’ve not missed anything. Is there multiple copies of wp-config.php? Here’s what I typed at the top of the text edit window:
<?php
define(‘WP_HOME’,’https://starace1919.com’);
define(‘WP_SITEURL’,’https://starace1919.com’);
I’m using ThemeZee, so in the main and the child themes I revised the functions.php to be the following:
<?php
update_option(‘siteurl’,’https://starace1919.com’);
update_option(‘home’,’https://starace1919.com’);
When neither option worked I tried changing it directly in the database using phpMyAdmin. The steps were really easy, but still didn’t work.
Do you see any errors in what I typed above? I can see the number of posts and number of comments when I log into WordPress.com, however when I click admin I get a blank page and it’s still coming up https://www.starace1919.com/blog. It should not have ‘blog’ at the end.