These are some readers' responses. Read the full article to see what all the fuss is about.
-
Popular
Categories
- .Net & C# (1)
- Architecture (3)
- C++ (5)
- Coding (4)
- Copyright, etc. (3)
- HTML/CSS (2)
- Java (14)
- JavaScript (6)
- JUnit (3)
- Recommendations (9)
- Risks (7)
- Software projects (2)
- SQL (4)
- Testing (6)
- Tools (4)
- Web (5)
- Web publishing (16)
- Windows (1)
- WordPress (27)
351 responses
Other comment pages: « 1 … 5 6 7 8 9 [10] 11 12 13 14 15 … 18 »
I want HTML (includes javascript) contents into post. But wordpress formats and changes few tags and strips the javascript tag(though i have disabled the option of using Rich Text Editor). I want to override wordpress formatting on per post basis.
With this scenario, bellow are my question:
1)Is this wpautop function is a global or specific that takes care of formatting ?
2)How can i avoid wordpress formatting only for blog post?
3)Is there any functions that takes care of blog post section only?
4)What does the function wptexturize does?
Thoughts are welcome
Naveen, have a look at Alex King’s WP Unformatted plugin. It lets you disable wpautop and wptexturize on a post-by-post basis.
Works great! Saved me a real headache. Thanks a lot for this plugin.
Thank you for this great plugin. I was looking for something like this since a while :).
I was hoping you could add me to your list of alternatives. I have created a code escaping plugin which is slightly different then yours, in that it escapes everything. It is different (and better) then the rest because it escapes the code on pageload rather then before putting into database, so you can edit a post and not have problems with escaping already escaped code. Check it out at http://php.codeislogic.com/wordpress-code-escape-plugin-escapecode
Hi,
I love using Code Markup but it seems to delete all backslashes from my code in my blog entries. Can you confirm that this is a bug?
jordan314, this is actually a WordPress problem: backslashes inside pre elements are removed by WordPress. (It still happens even without Code Markup installed.) The development version of Code Markup fixes this. I will release this version (with a few other changes) this month.
Perfect!
Other comment pages: « 1 … 5 6 7 8 9 [10] 11 12 13 14 15 … 18 »