Wordpress
WordPress Plugin: WP-SimplyHired API version 0.2.1 released
Version 0.2.1 of the WP-SimplyHired API WordPress Plugin finalizes the framework & widget feature. This version also moves the plugin out of Alpha status and into Beta. Changes in version 0.2.1 include: The widget now has SimplyHired attribution per their terms. SimplyHired click-tracking javascript added so you can get paid for clicks. Main stylesheet introduced. [...]
WordPress Plugin for SimplyHired API driven Job Board
I have ran a few Job-a-matic board sites for some time now. Not too long ago SimplyHired, the backer of Job-a-matic opened up API access to their jobs database. Enter WP-SimplyHired API plugin for WordPress which gives you the capability to render job search results in real-time on your pages. While the API requires advanced [...]
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 | 28 Responses