';
echo '
';
blogzee_breadcrumb_html();
echo '';
echo '
';
echo '
';
echo '';
}
add_action( 'blogzee_page_header_hook', 'blogzee_archive_header_html' );
endif;
if( ! function_exists( 'blogzee_shooting_star_animation_html' ) ) :
/**
* Background animation one
*
* @package Blogzee Pro
* @since 1.0.0
*/
function blogzee_shooting_star_animation_html() {
if( BZ\blogzee_get_customizer_option( 'site_background_animation' ) === 'none' ) return;
$show_background_animation_on_mobile = BZ\blogzee_get_customizer_option( 'show_background_animation_on_mobile' );
$elementClass = 'blogzee-background-animation';
if( ! $show_background_animation_on_mobile ) $elementClass .= ' hide-on-mobile';
?>
';
}
add_action( 'blogzee_main_content_opening', 'blogzee_get_opening_div_main_wrap', 10 );
endif;
if( ! function_exists( 'blogzee_get_page_header_hook' ) ) :
function blogzee_get_page_header_hook() {
/**
* Hook - blogzee_page_header_hook
*
* Hooked - blogzee_archive_header_html - 10
*/
do_action( 'blogzee_page_header_hook' );
}
add_action( 'blogzee_main_content_opening', 'blogzee_get_page_header_hook', 20 );
endif;
if( ! function_exists( 'blogzee_get_opening_div_container' ) ) :
/**
* Renders the opening div for .blogzee-container class
*
* @since 1.0.0
*/
function blogzee_get_opening_div_container() {
echo '
';
}
add_action( 'blogzee_main_content_opening', 'blogzee_get_opening_div_container', 40 );
endif;
if( ! function_exists( 'blogzee_get_single_content_exclude_layout_three' ) ) :
/**
* Renders contents of single post excluding layout three
*
* @since 1.0.0
*/
function blogzee_get_single_content_exclude_layout_three() {
/**
* hook - blogzee_before_main_content
*
* hooked - blogzee_breadcrumb_html - 10
*/
do_action( 'blogzee_before_main_content' );
}
add_action( 'blogzee_main_content_opening', 'blogzee_get_single_content_exclude_layout_three', 50 );
endif;
if( ! function_exists( 'blogzee_get_opening_div_row' ) ) :
/**
* Renders the opening div for .row class
*
* @since 1.0.0
*/
function blogzee_get_opening_div_row() {
echo '
';
}
add_action( 'blogzee_main_content_opening', 'blogzee_get_opening_div_row', 60 );
endif;
if( ! function_exists( 'blogzee_get_closing_div_row' ) ) :
/**
* Renders the opening div for .row class
*
* @since 1.0.0
*/
function blogzee_get_closing_div_row() {
echo '
';
}
add_action( 'blogzee_main_content_closing', 'blogzee_get_closing_div_row', 10 );
endif;
if( ! function_exists( 'blogzee_get_closing_div_container' ) ) :
/**
* Renders the opening div for .row class
*
* @since 1.0.0
*/
function blogzee_get_closing_div_container() {
echo '
';
}
add_action( 'blogzee_main_content_closing', 'blogzee_get_closing_div_container', 20 );
endif;
if( ! function_exists( 'blogzee_get_closing_div_main_wrap' ) ) :
/**
* Renders the opening div for .row class
*
* @since 1.0.0
*/
function blogzee_get_closing_div_main_wrap() {
echo '