" . get_bloginfo('name') . " » "; if(is_404()) { $clockworkbreadcrumb .= "Error: Page not found"; } if(is_category()) { $clockworkbreadcrumb .= "Posts in '" . single_cat_title('', false) . "' category"; } if(is_single()) { $clockworkbreadcrumb .= "Page '" . single_post_title('', false) . "'"; } if(is_tag()) { $clockworkbreadcrumb .= "Posts for tag '" . single_tag_title('', false) . "'"; } if(is_month()) { $clockworkbreadcrumb .= "Archive of '" . get_the_time('M, Y') . "'"; } if(is_year()) { $clockworkbreadcrumb .= "Archive of the year '" . get_the_time('Y') . "'"; } if(is_search()) { $clockworkbreadcrumb .= "Search results for '" . $_GET['s'] . "'"; } if(is_page()) { $clockworkbreadcrumb .= "Page '" . single_post_title('', false) . "'"; } if(is_author()) { $clockworkbreadcrumb .= "List of Author's posts"; } echo $clockworkbreadcrumb;; } ?>