'. esc_html__( 'Sensational Theme', 'businessoul' ). '' );
?>
0 ) {
$length = absint( $excerpt_length );
}
return $length;
}
endif;
add_filter( 'excerpt_length', 'businessoul_excerpt_length', 999 );
if( ! function_exists( 'businessoul_banner_header
' ) ) :
/**
* Page Header
*/
function businessoul_banner_header() {
if ( is_front_page() && is_home() ){
$header_image = get_header_image();
$header_image_url = ! empty( $header_image ) ? $header_image : get_template_directory_uri() . '/assets/images/default-header.jpg';
}
elseif( is_front_page() ) {
return;
}
else {
$header_image_url = businessoul_banner_image( $image_url = '' );
} ?>
';
}
endif;
add_action( 'businessoul_banner_header', 'businessoul_banner_header', 10 );
if( ! function_exists( 'businessoul_banner_title' ) ) :
/**
* Page Header
*/
function businessoul_banner_title(){
if ( ( is_front_page() && is_home() ) || is_home() ){
$latest_posts_title = businessoul_get_option( 'latest_posts_title' );?>