'; // print_r($BZOTech); // echo ''; $blog_archive_layout = (isset($_GET['blog_archive_layout'])) ? $_GET['blog_archive_layout'] : BZOTech_get_config('blog_archive_layout', 'full'); $style_archive = (isset($_GET['style_archive'])) ? $_GET['style_archive'] : BZOTech_get_config('style_archive', 'List'); $class_row = ($blog_archive_layout === 'main') ? 'siderbar-left' : 'siderbar-right'; $class_main = apply_filters('BZOTech_post_content_class', 'container'); $image = BZOTech_get_config('opt-media'); $blog_columns = (isset($_GET['blog_columns'])) ? $_GET['blog_columns'] : BZOTech_get_config('blog_columns', '2'); ?>
>
'. get_the_archive_title() .''; ?>
'; if ( is_rtl() ) { //@rtl bcn_display( false, true, true ); } else { bcn_display(); } echo '
'; } ?>

$menu_active, // Do not fall back to first non-empty menu. 'theme_location' => '__no_such_location', 'fallback_cb' => false, // Do not fall back to wp_page_menu() 'echo' => true ] ); ?>
%s', esc_url( $post_link ), get_the_post_thumbnail( $post, 'large' ) ); } echo '
'; printf( '

%s

', 'entry-title', esc_url( $post_link ), esc_html( get_the_title() ) ); the_excerpt(); if( $style_archive == 'Grid' ){ echo ''. esc_html( $text ) .'' ; }else{ echo ''. esc_html( $text ) .' ' ; } echo '
'; ?>
str_replace( 999999999, '%#%', esc_url( get_pagenum_link( 999999999 ) ) ), 'total' => $wp_query->max_num_pages, 'current' => max( 1, get_query_var( 'paged' ) ), 'format' => '?paged=%#%', 'show_all' => false, 'type' => 'plain', 'end_size' => 2, 'mid_size' => 1, 'prev_next' => true, 'prev_text' => sprintf( '←', __( 'Prev', 'bzoago' ) ), 'next_text' => sprintf( '→', __( 'Next', 'bzoago' ) ), 'add_args' => false, 'add_fragment' => '', ) ); ?>