How to change Site URL in Newspaper?

Posted in: Newspaper
Post count: 21

Hi,

How do I change the site URL?

Now it is registered in WP as:

Siteurl http://23.235.192.169/~n4uuti5
Home http://23.235.192.169/~n4uuti5

and there is no place I’m able to change it in WP and adding:

define( ‘WP_SITEURL’, ‘http://www.24Uutiset.fi’ );
define( ‘WP_HOME’, ‘http://www.24Uutiset.fi’ );

to wp-config.php doesn’t work for some reason.

Thanks!

Post count: 9544

Not theme related — theme does not manage your hosting of WordPress settings, but

a) you need to change the site URL in WP admin > settings > general > site URL ; then resave permalinks
b) you can add in wp-config.php
c) you may need to search/replace old domain name in the php dbase if you have things in the post meta like image placements using old URL — changing URl doesn’t update that stuff
d) you will need to clear all your caching, obviously (in both site/CDN if used, and browser)
e) you may need to clear ‘transients’ using something like wp-optimize
f) you need to resave your permalinks again

Good luck!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.