'. get_bloginfo( 'name' ) .''. esc_html( $site_title_tag_for_frontpage ) .'>';
else :
echo '<'. esc_html( $site_title_tag_for_innerpage ) .' class="site-title">
'. get_bloginfo( 'name' ) .''. esc_html( $site_title_tag_for_innerpage ) .'>';
endif;
$blogistic_description = get_bloginfo( 'description', 'display' );
if( $site_description_show_hide ) :
if ( $blogistic_description ) echo '
'. $blogistic_description .'
';
endif;
?>
item_checkbox_header == true && $element->item_option == 'show' ) ? $element : '';
}));
if( empty( $header_advertisement ) ) return;
$image_option = array_column( $header_advertisement, 'item_image_option' );
$alignment = array_column( $header_advertisement, 'item_alignment' );
$elementClass = 'alignment--' . $alignment[0];
$elementClass .= ' image-option--' . ( ( $image_option[0] == 'full_width' ) ? 'full-width' : 'original' );
?>
item_checkbox_stick_with_footer == true && $element->item_option == 'show' ) ? $element : '';
}));
if( empty( $footer_advertisement ) ) return;
$image_option = array_column( $footer_advertisement, 'item_image_option' );
$alignment = array_column( $footer_advertisement, 'item_alignment' );
$elementClass = 'alignment--' . $alignment[0];
$elementClass .= ' image-option--' . ( ( $image_option[0] == 'full_width' ) ? 'full-width' : 'original' );
?>
item_checkbox_before_post_content == true && $element->item_option == 'show' ) ? $element : '';
}));
if( empty( $before_content_advertisement ) ) return;
$image_option = array_column( $before_content_advertisement, 'item_image_option' );
$alignment = array_column( $before_content_advertisement, 'item_alignment' );
$elementClass = 'alignment--' . $alignment[0];
$elementClass .= ' image-option--' . ( ( $image_option[0] == 'full_width' ) ? 'full-width' : 'original' );
?>
item_checkbox_after_post_content == true && $element->item_option == 'show' ) ? $element : '';
}));
if( empty( $after_content_advertisement ) ) return;
$image_option = array_column( $after_content_advertisement, 'item_image_option' );
$alignment = array_column( $after_content_advertisement, 'item_alignment' );
$elementClass = 'alignment--' . $alignment[0];
$elementClass .= ' image-option--' . ( ( $image_option[0] == 'full_width' ) ? 'full-width' : 'original' );
?>
';
}
add_action( 'blogistic_animation_hook', 'blogistic_get_background_and_cursor_animation' );
endif;