label ) ); } elseif ( ! empty( $taxonomy_names ) && is_tax( $taxonomy_names ) ) { $query_tax = get_queried_object(); printf( __( 'Category : %s', 'chocolat' ), esc_html( $query_tax -> name ) ); } elseif ( is_search() ) { printf( __( 'Search Results of "%s"', 'chocolat' ), '' . get_search_query() . '' ); } elseif ( is_category() ) { printf( __( 'Category : %s', 'chocolat' ), single_cat_title( '' , false ) ); } elseif ( is_tag() ) { printf( __( 'Tag : %s', 'chocolat' ), single_tag_title( '' , false ) ); } elseif ( is_year() ) { the_time( __( 'Y', 'chocolat' ) ); } elseif ( is_month() ) { the_time( __( 'F Y', 'chocolat' ) ); } elseif ( is_day() ) { the_time( __( 'F j, Y', 'chocolat' ) ); } elseif ( is_author() ) { printf( __( 'Author : %s', 'chocolat' ), get_the_author() ); } else { _e( 'Archives', 'chocolat' ); } ?>

found_posts ) ); ?>