"; ?>"; ?> > "; single_cat_title(); /* If this is a tag archive */ } elseif( is_tag() ) { echo " >> Posts Tagged >> "; single_tag_title(); /*If this is a daily archive*/ } elseif (is_day()) { echo " >> Archive >> ";the_time('F jS, Y'); /* If this is a monthly archive */ } elseif (is_month()) { echo " >> Archive >> "; the_time('F, Y'); /* If this is a yearly archive */ } elseif (is_year()) { echo " >> Archive >> "; the_time('Y'); /* If this is an author archive */ } elseif (is_author()) { echo " >> Author Archive >> "; /* If this is an author archive */ } elseif (is_single()) { echo " >> "; the_category(', '); echo " >> "; single_post_title(); /* If this is an author archive */ } elseif (is_page()) { echo " >> "; single_post_title(); /* If this is a paged archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { echo " >> Blog Archives "; } }?>