'.$excerpt.'...
'; } } $html .= ''; if($display_time == '1' && $type !== 'dividers'){ $html .= ''; if($type != 'date_in_box'){ $html .= '' . get_the_time('Y/m/d') . ''; } else { $html .= '' . get_the_time('G:H') . ''; } $html .= '';//close date_hour_holder } if($display_category == '1'){ if ($type == "dividers"){ foreach ($cat as $categ) { $html .='' . $categ->cat_name . ''; } } else{ $html .= ''; foreach ($cat as $categ) { $html .=' ' . $categ->cat_name . ' '; } } } //generate comments part of description if ($blog_hide_comments != "yes" && $display_comments == "1") { $comments_count = get_comments_number(); switch ($comments_count) { case 0: $comments_count_text = __('No comment', 'qode'); break; case 1: $comments_count_text = $comments_count . ' ' . __('Comment', 'qode'); break; default: $comments_count_text = $comments_count . ' ' . __('Comments', 'qode'); break; } if ($type != "dividers"){ $html .= ''; } $html .= ''; $html .= $comments_count_text; $html .= '';//close post_comments } if($qode_like == "on" && function_exists('qode_like')) { if($display_like == '1'){ if ($type != "dividers"){ $html .= ''; } $html .= ''.qode_like_latest_posts().''; } } if($display_share == '1'){ if ($type != "dividers"){ $html .= ''; } $html .= do_shortcode('[social_share]'); } $html .= ''; //close post_infos span if($type == "minimal") { $html .= '<'.$title_tag.' itemprop="name" class="latest_post_title entry_title">' . get_the_title() . ''.$title_tag.'>'; } $html .= '