Wordpress
Writing a WordPress Function: breadcrumbs()
Let’s write a function for breadcrumbs that can be easily added to your Wordpress themes. Wordpress functions are preferable over the hundreds of plugins that are available — to me anyway.
Formatting Sample Code Snippets in WordPress
Displaying code snippets in Wordpress can be a chore. Fortunately there are several plugins to choose from. My plugin of choice is Scott Reilly’s Preserve Code Formatting which prevents modification by WordPress and other plugins while retaining original whitespace and characters.
The Building of a Blog
Travel with me through the inner workings of Wordpress during my installation and theme creation. What I did or did not do, and why. From Wordpress plugins to settings, it is all here.


How to remove inline Recent Comments style from WordPress
By Ronnie T. Dodger on March 15, 2009
Have you found an inline style in your Html head section for WordPress’s Recent Comments widget? Wonder where it came from? Do you want to know how to get rid of it? Learn how to write a WordPress filter to remove a filter.
Posted in Wordpress | Tagged add_filter, functions.php, inline style, recent comments, remove_filter, wordpress function | 22 Responses