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.
Writing a Wordpress Function: breadcrumbs()
Undocumented Wordpress Query Function: wp_reset_query()
Creating a conditional sidebar widget in Wordpress turned into an odyssey of discovery. How an obscure usage of query_posts will bork your is_home() conditional tags.
