Hi All,
I am trying to post some contents in my blog in Hindi Language... If somebody can help me doing this i will be greatful to him.
Thanks
Hi All,
I am trying to post some contents in my blog in Hindi Language... If somebody can help me doing this i will be greatful to him.
Thanks
Prasad,
if u want to show the devnagari script(Unicode-UTF8) in your wp blog , you have to edit your wp-config.php file located in your file manager.
Go to wp-content.php file & find this code (must be on the line 7 & 8)
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
now you have to add "//" to both line of codes.(without "")
after the changes it should be look like this
//define('DB_CHARSET', 'utf8');
//define('DB_COLLATE', '');
You have done it.Enjoy blogging!
If you encounter any problem visit us at http://www.lokayat.com & ask your questions.
We'll help you.
Thank you very much for your solution... I tried it. Its really working Gr8... Now i am using Indic IME plugin on my blog... It supports 9 Indian Languages...
Thank you
MyLoversWish
after adding // in cofig file can we still write posts in English?
Thanks
dear lokayat,
I changed wp-config.php file as you suggested. But what to do next?
I did not see any Marathi/Hindi font options in writer... neither my Indian articles from MS office word appear in devnagari...
Am I missing something?
Prasad Thombre, lokayat, please help!!
Hi I am facing another problem. My blog in marathi has marathi tags and permalinks. My WP installation does not find those posts. If I change the permalink to english, it is able to reach those posts. How do I change the WP configuration to support marathi in URLs?
This topic has been closed to new replies.