Answer the question
In order to leave comments, you need to log in
After the links in the admin panel, wordpress flew off?
Good afternoon! After transferring the WordPress site from local to hosting, links in the admin panel flew off. For example woocommerce settings is displayed as " woocommerce/?page=wc-settings ".
The question is why and how to fix it? Plus, not all styles are involved ...
I would be grateful for your help!
Answer the question
In order to leave comments, you need to log in
Import your database there and click on the name of your database item, then click on SQL and enter the paste the following command:
UPDATE wp_options SET option_value = REPLACE(option_value, 'old_url', 'new_url') WHERE option_name = 'home' OR option_name = 'siteurl';
UPDATE wp_posts SET guid = REPLACE(guid, 'old_url', 'new_url');
UPDATE wp_posts SET post_content = REPLACE(post_content, 'old_url', 'new_url')
Settings -> general ->
change site address to the current one. Maybe this is the problem?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question