B-219 Sec-55 Noida, India
+918010221733

Wordpress backend not showing content but actual page is working fine

Many of you must have faced this issue when wordpress backend is not showing the content but the actual page is working fine. I also faced this situation and had to spend many hours to fix before finding the solution. The actual problem is in the charset of db. To fix this issue open wp-config.php you have to remove the old charset (if present) and add utf8.

define('DB_CHARSET', 'utf8');

(Visited 203 times, 1 visits today)