helpers(); $post_id = get_the_ID(); $day = get_the_date('j', $post_id); $month = get_the_date('m', $post_id); $year = get_the_date('Y', $post_id); $date_url = get_day_link($year, $month, $day); $date = get_the_date('d M y', $post_id); $disable_categories = get_theme_mod('wpw_blog_disable_categories'); $disable_post_info = get_theme_mod('wpw_blog_disable_post_info'); $disable_extra = get_theme_mod('wpw_blog_disable_extra'); $categories = []; foreach (get_the_category() as $category) { $categories[] = '' . esc_html($category->name) . ''; } $categories = implode(', ', $categories); $tags = get_the_tag_list('', ' '); $text_type = get_theme_mod('wpw_text_preview_type'); $text_type = !empty($text_type) ? trim($text_type) : 'full'; $font = Wpw::inst()->storage()->get('default_icon_font'); $post_type = Wpw::inst()->metabox()->get($post_id, 'lumeric_post_format'); ?>
> get_post_preview($post_type); ?>

icon()->generate_icon($font, 'ib-166'); } else { ?>

' . esc_html__('READ MORE', 'anadbry') . '', false ); } else { $word_count = get_theme_mod('wpw_excerpt_word_count'); $word_count = Wpw::inst()->formatter()->from_slider($word_count, [ 'number' => 50, ]); $excerpt = $helpers->word_excerpt(get_the_content('...', false), $word_count['number']); echo esc_html(strip_tags(strip_shortcodes($excerpt['text']))); ?>
' ', 'after' => ' ', 'link_before' => '', 'link_after' => '', ]); ?>