hizzle-co / noptin

Noptin is the best email newsletter plugin for WordPress.
https://noptin.com
GNU General Public License v3.0
19 stars 5 forks source link

IP insted of domain name #945

Closed jissenkarate closed 2 weeks ago

jissenkarate commented 3 weeks ago

Description

When sending out auto emails the link inside is a IP from my side and not the domain name

Screenshots

IP

Additional information

No response

picocodes commented 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');