section and everything up till
* * @package i-excel * @since i-excel 1.0 */ ?> > <?php wp_title( '|', true, 'right' ); ?> style=" ">

'; if ( is_day() ) : printf( __( 'Daily Archives: %s', 'i-excel' ), get_the_date() ); elseif ( is_month() ) : printf( __( 'Monthly Archives: %s', 'i-excel' ), get_the_date( _x( 'F Y', 'monthly archives date format', 'i-excel' ) ) ); elseif ( is_year() ) : printf( __( 'Yearly Archives: %s', 'i-excel' ), get_the_date( _x( 'Y', 'yearly archives date format', 'i-excel' ) ) ); elseif ( is_category() ) : printf( __( 'Category Archives: %s', 'i-excel' ), single_cat_title( '', false ) ); else : _e( 'Archives', 'i-excel' ); endif; echo ''; } elseif ( is_search() ) { echo '

'; printf( __( 'Search Results for: %s', 'i-excel' ), get_search_query() ); echo '

'; } else { if ( !empty($custom_title) ) { echo '

'.esc_attr($custom_title).'

'; } else { echo '

'; the_title(); echo '

'; } } ?>