page links and CSS not working
-
after updating following queries in database, admin page and site css is not loading.
UPDATE wp_options SET option_value = replace(option_value, ‘https://olddomain.com’, ‘https://newdomain.com’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;
UPDATE wp_posts SET guid = replace(guid, ‘https://olddomain.com’,’https://newdomain.com’);
UPDATE wp_posts SET post_content = replace(post_content, ‘https://olddomain.com’, ‘https://newdomain.com’);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘page links and CSS not working’ is closed to new replies.