Closed jissenkarate closed 2 weeks ago
If WordPress is showing an IP address instead of a domain, it could be because WordPress has incorrect settings for the site's domain: Check the WordPress settings Log into WordPress, go to Settings > General, and change the WordPress Address and Site Address to the correct domain name. Edit the wp-config.php file Add the following lines to the file, changing example.com to the domain:
define('WP_SITEURL', 'http://example.com');
define('WP_HOME', 'http://example.com');
Description
When sending out auto emails the link inside is a IP from my side and not the domain name
Screenshots
Additional information
No response