Tagged: Special characters, utf-8
Something it the site broke when I move and update the site recently. The UTF8 coding is not right somehow and I am getting a lot of characters like “” and ’ in place of apostrophes for example.
If the characters are not showing here just go o https://michaelalbany.com and read any sentence.
Is there a place to fix this in enfold or is this a WP data base issue? Either way suggestions are welcome!
Thank you
Hey MichaelAlbany,
If you open up wp-config.php in the root folder of your WordPress installation then you should have something like this in there:
define('DB_CHARSET', 'utf8mb4');
If not then please try adding or changing that line to the example above.
Best regards,
Rikard
nope. ugh. Working with GoDaddy to figure out what’s up. This is transferring to all themes so its either GD or WP
Thanks Rikard!