__( '«', 'business-press' ), 'next_text' => __( '»', 'business-press' ), ) ); } } // business_press Breadcrumb function business_press_breadcrumbs() { $custom_taxonomy = ''; // Get the query & post information global $post,$wp_query; // Do not display on the homepage if( !is_front_page() ) { // Build the breadcrums echo ''; } } // page headline on title bar function business_press_page_headline() { // Get the query & post information global $post,$wp_query; // Do not display on the homepage if( !is_front_page() ) { if( is_home() ) { esc_attr_e( 'Blog', 'business-press' ); } elseif( is_archive() ) { echo get_the_archive_title(); } elseif( is_single() ) { echo get_the_title(); } elseif( get_query_var( 'paged' ) ) { // Paginated archives echo esc_attr__( 'Page ', 'business-press' ) . get_query_var('paged'); } elseif( is_search() ) { // Search results page echo esc_attr__( 'Search results for: ', 'business-press' ) . get_search_query(); } elseif( is_404() ) { //error 404 page echo esc_attr__( 'Error 404: Page not found', 'business-press' ); } else { echo get_the_title(); } } else { echo ''. esc_attr( get_theme_mod( 'business_press_frntpg_hdlin', esc_attr__( 'Headline: Customizable', 'business-press' ) ) ) . ''; } } function business_press_entry_meta() { ?>
'aligncenter' ) ); ?>
'; } $business_press_output .= ''. esc_attr__( 'Home', 'business-press' ) .''; $business_press_output .= ''; $business_press_output .= ''; $business_press_output .= ''; $business_press_output .= ''; $business_press_output .= ''; $business_press_output .= ''; if( $container ) { $business_press_output .= ''; } echo $business_press_output; } function business_press_comments( $comment, $args, $depth ) { ?>
>
comment_approved == '0' ) { ?>

$depth, 'max_depth' => $args['max_depth'], 'reply_text' => esc_attr__( 'Reply', 'business-press' ), 'before' => '', 'after' => '' ) ) ); ?>