I have the ColorWay theme and I can put the Khmer language in the post body and it shows the language just fine but when I have Khmer (Cambodian) language in the Post Title, it doesn't show. How can I make the Khmer language (Cambodian) titles show up on the posts? You can see it in action by going to http://www.cambodiantemple.com/news/ and you can see the top post is missing the Title. It's there but not showing it. English titles work fine but not Khmer. Other places on the site Khmer shows up just fine. It's just the Posts title that's not working.
Hello, Go to js > custom.js present in your theme directory and remove the code given below Code: //Cufon replacement Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6'); This will solve your issue. Thanks & Regards Gourav Shrivastava