Thread
:
wp-theme encodings issue?
View Single Post
04-24-2008, 08:29 PM
#
6
(
permalink
)
Bradski
Date a midget, you'll be nuts over her
Join Date: Sep 2004
Posts: 450
Points:
430
Just go into your wp-config.php file and change this:
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
to this:
define('DB_CHARSET', '');
define('DB_COLLATE', '');
Worked for me, hope this helps
Bradski
View Public Profile
Find More Posts by Bradski