php - Prevent auto html entities in wordpress -


apache 2
php 5.2.9
mysql 5.077
wordpress 3.5.1

after installed wordpress, chose theme named 'sliding door'. then, turned write front page. after finished , pressed 'publish', raw html content turned html entities, this:

when edit in text editor, not visual editor:

this example page.it might this: <blockquote> 

after press 'publish', still in text editor:

this example page. might this: &lt;blockquote&gt; 

this happened when wrote posts , text widget, global configures preventing me submit html codes. converted content plain text automatically. weird.

is there wrong apache? or wrong php? or wrong wordpress? or mysql?

i find solution. php filter changed content. solve it, changed 'filter.default' variable in /etc/php.ini 'special_chars' 'unsafe_raw', , restarted httpd.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -