get_theme_mod( 'simple_days_index_layout_list','list'), 'date_format' => get_theme_mod( 'simple_days_top_date_format','1'), 'more_link_class' => get_theme_mod( 'simple_days_read_more_position','right'), 'date_position' => get_theme_mod( 'simple_days_index_date_position','left'), 'thumbnail_position' => get_theme_mod( 'simple_days_index_thumbnail','left'), 'thumbnail_size' => get_theme_mod( 'simple_days_index_thumbnail_size','medium'), 'category_position' => get_theme_mod( 'simple_days_index_category_position','right'), 'author_position' => get_theme_mod( 'simple_days_index_author_position','none'), 'excerpt_length' => get_theme_mod( 'simple_days_excerpt_length_customize',150), 'excerpt_ellipsis' => get_theme_mod( 'simple_days_excerpt_ellipsis','…'), 'typical' => get_theme_mod( 'simple_days_index_typical','original'), 'sidebar' => get_theme_mod( 'simple_days_sidebar_layout','3'), 'index_list_position' => get_theme_mod( 'simple_days_index_list_widget_position','after'), 'index_list_num' => get_theme_mod( 'simple_days_index_list_widget_number',3), 'index_title_excerpt_length' => get_theme_mod( 'simple_days_index_title_excerpt_length',50), ); $pc_list = $col = $list_card = ''; $i = 1; if($mod_value['layout'] === 'list' ){ $mod_value['layout'] = ' flat_list'; $pc_list = ' pc_list'; $col = '110'; $list_card = ' list_card'; }elseif($mod_value['layout'] === 'grid3' ){ $mod_value['layout'] = ' grid_3'; }elseif($mod_value['layout'] === 'grid2' ){ $mod_value['layout'] = ' grid_2'; }else{ $mod_value['layout'] = ''; } while(have_posts()): the_post(); $index_title = strip_tags( get_the_title() ); ?>
>
'; ?>

'; ?>

'; if( get_theme_mod( 'simple_days_index_author_icon_avatar',false) ){ echo '
32 )) ) . '" width="32" height="32" class="vam br50" alt="'.get_the_author_meta( 'nickname' ).'" />
'; }else{ echo ''; } echo ' '. get_the_author() .''; echo '
'; } ?>
ID); if($pe === ''){ echo mb_strimwidth( wp_strip_all_tags(strip_shortcodes(get_the_content()), true), 0 , absint( $mod_value['excerpt_length'] ), $mod_value['excerpt_ellipsis'] ); }else{ $allowed_html = array( 'br' => array(), ); echo wp_kses( nl2br($pe), $allowed_html); } ?>
term_id )) . '" class="post_card_category dib absolute non_hover">' . esc_html($category[0]->cat_name) . ''; } } function simple_days_index_date($date_position,$date_format){ if($date_position == 'none' || is_sticky()) return; ?>
' . esc_html($category[0]->cat_name) . ''; } } function simple_days_index_date_typical($date_position){ if($date_position == 'none') return; echo ' '.get_the_date().''; }