Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugin to block multi characters in a row?!

wilcosky, I don’t know a plugin that does this, but if you’re worried about a string like aaaaabbbbbbbbb “breaking your theme”, you can just apply a CSS overflow to the post class. This theme actually does so with this code: .post {overflow:hidden;}

Skip to toolbar