functions.php
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.
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.
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