%1$s”', 'modularity' ), single_tag_title( '', false ) ); } elseif ( is_day() ) { /* If this is a daily archive */ printf( __( 'Archive for %1$s', 'modularity' ), get_the_date() ); } elseif (is_month()) { /* If this is a monthly archive */ printf( __( 'Archive for %1$s', 'modularity' ), get_the_date('F, Y') ); } elseif (is_year()) { /* If this is a yearly archive */ printf( __( 'Archive for %1$s', 'modularity' ), get_the_date('Y') ); } elseif (is_author()) { /* If this is an author archive */ _e( 'Author Archive', 'modularity' ); } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { /* If this is a paged archive */ _e( 'Blog Archives', 'modularity' ); } ?>