Crumbs
More tags allowed in comments form
By default, WordPress will limit the number of HTML tags and their attributes to be allowed..
Published for WordPress snippets.
Disable loading jQuery from head
In functions.php file you can add the following lines of code to disable automatically loading the..
Published for WordPress snippets.
Highlight current category on a single post
When viewing a category page, category.php, WordPress automatically adds a current-cat class to the li tag..
Published for WordPress snippets.
Remove plugin scripts and styles from head
Unfortunately, WordPress plugins are loading their JavaScripts files and CSS stylesheet on every page, without taking..
Published for WordPress snippets.
Limit the_excerpt to a fixed number of words
You can set to have the_excerpt limited at a certain number of characters, but you can..
Published for WordPress snippets.
Remove meta generator from head
The meta generator tag will be automatically inserted into the head tag, as: <meta name="generator" content="WordPress..
Published for WordPress snippets.
Applied background-image appears after reload
This situation happens in IE6 only and there is a quick fix for that. Various div..
Published for CSS snippets.
Setting overflow-x or overflow-y for body
In IE7 or IE6 applying overflow-x or overflow-y to the body element will not work. In..
Published for CSS snippets.
IEPNGFix: Unclickable children of element
IEPNGFix will show a “Unclickable children of element” error when you have a div with position:relative..
Published for JavaScript snippets.
Disappearing content from the last floating div
This rather unpleasant situation, but not a suprising one, happens only in IE6: the last floating..
Published for CSS snippets.
