Crumbs
Remove BR tag from default WordPress Gallery output
WordPress adds a br tag in the default gallery output, which, in some themes may not..
Published for WordPress snippets.
Background images flickers on :hover
A very IE6-specific behavior. <!–[if lte IE 6]> <script type="text/javascript">try { document.execCommand(‘BackgroundImageCache’, false, true); } catch(e)..
Published for JavaScript snippets.
Adding a finish class into a custom menu
A simple solution to add a clearing class at the end of WordPress menu via the..
Published for WordPress snippets.
Form submit input with padding
Internet Explorer 7 displays a large padding on various form submit inputs. Unfortunately, neither padding:0; or..
Published for CSS snippets.
The list-style-type is not visible
In Internet Explorer 7, an unordered list with items that has list-style-type set to circle and..
Published for CSS snippets.
Disable the browser focus on input
Webkit browsers, Chrome and Safari, automatically inserts a light blue outer shadow around each input tag..
Published for CSS snippets.
Add class to parent page and class to sub-child page
In WordPress, you can add a class to be applied anywhere in the web document, for..
Published for WordPress snippets.
Limit the_excerpt to a fixed number of characters
A function to output a certain number of words from your WordPress content is useful, but..
Published for WordPress snippets.
Automatically remove RSS feeds references
You can automatically remove SS feeds references from within a head tag, by simply adding the..
Published for WordPress snippets.
Count comments and not trackbacks or pings
You can disable the functionality in which WordPress counts both comments and trackbacks as comments in..
Published for WordPress snippets.
