Lost WordPress website access after changing URL [closed]

If you have a cPanel and have an access of phpMyAdmin on your host, then find your DB, check the “siteurl” and “home” fields are correct in wp_options Table. Or Add these two lines to your wp-config.php, where “example.com” is the correct location of your site. define(‘WP_HOME’,’http://example.com’); define(‘WP_SITEURL’,’http://example.com’); Or If you have a cli access, … Read more

Siteurl code for links

I have a development site as a subdomain of my main site, so I deal with this when I copy data from the live site to the development site to obtain a current version of the development site. First, visit http://codex.wordpress.org/Moving_WordPress#When_Your_Domain_Name_or_URLs_Change like cybnet recommended. Once you have changed the wp-config files as described in the … Read more

change the URL title and tagline

What do you see in the Theme Customizer in Appearance -> Customize -> General Settings -> Site Identity -> TAGLINE? Sounds like a Caching Problem. Please try the following steps: Clear your Browser Cache Clear Cache Plugin Data (W3 Total Cache, WP Super Cache, ..) Clear Cache from Web hoster (for example Siteground have a … Read more