Our Blog', 'boson' ); elseif ( is_category() ) : printf( __( 'Category: %s', 'boson' ), single_cat_title( '', false ) ); elseif ( is_tag() ) : printf( __( 'Tag: %s', 'boson' ), single_tag_title( '', false ) ); elseif ( is_day() ) : printf( __( 'Daily: %s', 'boson' ), get_the_date() ); elseif ( is_month() ) : printf( __( 'Monthly: %s', 'boson' ), get_the_date( _x( 'F Y', 'monthly archives date format', 'boson' ) ) ); elseif ( is_year() ) : printf( __( 'Yearly: %s', 'boson' ), get_the_date( _x( 'Y', 'yearly archives date format', 'boson' ) ) ); elseif ( is_search() ) : printf( __( 'Search Result: %s', 'boson' ), get_search_query() ); elseif( is_404() ): echo __( '404 - Page Not Found', 'boson' ); else : echo get_the_title( get_queried_object_id() ); endif; ?>