' . sprintf( $msg , '' . get_the_date() ) . '' ; } else if ( is_month() ) { $msg = apply_filters('aweaver_monthly_archives', __( 'Monthly Archives: %s','absolute-weaver')); $archive = '' . sprintf( $msg , '' . get_the_date( 'F Y' ) ) . ''; } else if ( is_year() ) { $msg = apply_filters('aweaver_yearly_archives', __( 'Yearly Archives: %s','absolute-weaver')); $archive = '' . sprintf( $msg , '' . get_the_date( 'Y' ) ) . ''; } else if ( is_tax() ) { // these improve presentation of custom tax titles $archive = single_term_title('', false); } else { $archive = post_type_archive_title('', false); } ?>