/home/suroeste/public_html/wp-content/themes/ewebot
NameSizeModeActions
core/-0755rm
css/-0755rm
dist/-0777rm
elementor/-0755rm
fonts/-0755rm
img/-0755rm
js/-0755rm
templates/-0755rm
woocommerce/-0755rm
404.php13510644editdlrm
attachment.php15000644editdlrm
bloglisting.php45880644editdlrm
category.php15840644editdlrm
changelog.txt147810644editdlrm
comments.php41140644editdlrm
error_log2710644editdlrm
footer.php2540644editdlrm
full-width.php27080644editdlrm
functions.php796990644editdlrm
header.php12410644editdlrm
image.php43460644editdlrm
index.php20100644editdlrm
page.php28210644editdlrm
screenshot.png1009960644editdlrm
search.php43300644editdlrm
searchform.php5380644editdlrm
single-portfolio.php43240644editdlrm
single-team.php57220644editdlrm
single.php138480644editdlrm
style.css6170644editdlrm
tag.php500644editdlrm
Edit: /home/suroeste/public_html/wp-content/themes/ewebot/bloglisting.php (4588B)
term_id)) . '">' . esc_html($category->cat_name) . '' . ''; } $post_category_compile .= '' . trim($post_categ, ', ') . ''; }else{ $post_category_compile = ''; } $post = get_post(); $post_date = '' . esc_html(get_the_time(get_option( 'date_format' ))) . ''; $post_author = '' . esc_html__('by', 'ewebot') . ' ' . esc_html(get_the_author_meta('display_name')) . ''; if ((int)get_comments_number(get_the_ID()) != 0) { $post_comments = '' . esc_html(get_comments_number(get_the_ID())) . ' ' . $comments_text . ''; } // Post meta $post_meta = $post_date . $post_author . $post_category_compile . $post_comments; $featured_image = wp_get_attachment_image_src(get_post_thumbnail_id(get_the_ID()), 'single-post-thumbnail'); $pf = get_post_format(); if (empty($pf)) $pf = "standard"; ob_start(); if (has_excerpt()) { $post_excerpt = the_excerpt(); } else { $post_excerpt = the_content(); } $post_excerpt = ob_get_clean(); $width = '1170'; $height = '700'; $pf_media = gt3_get_pf_type_output($pf, $width, $height, $featured_image); $pf = $pf_media['pf']; $symbol_count = '400'; if (gt3_option('blog_post_listing_content') == "1" || true === gt3_option('blog_post_listing_content') || gt3_customizer_enabled()) { $post_excerpt = preg_replace( '~\[[^\]]+\]~', '', $post_excerpt); $post_excerpt_without_tags = strip_tags($post_excerpt); $post_descr = gt3_smarty_modifier_truncate($post_excerpt_without_tags, $symbol_count, "..."); } else { $post_descr = $post_excerpt; } $post_descr = $post_excerpt; $post_title = get_the_title(); ?>
'.$pf_media['content'].''; } if ( strlen($post_meta) ) { echo '
'; echo '
' . $post_meta . '
'; echo '
'; } if ($pf == 'link' || $pf == 'quote') { echo (($pf_media['content'])); } elseif (strlen($post_title) > 0) { $pf_icon = ''; if ( is_sticky() ) { $pf_icon = ''; } echo '

' . $pf_icon . '' . esc_html($post_title) . '

'; } if ($pf == 'audio') { echo (($pf_media['content'])); } echo (strlen($post_descr) ? $post_descr : '') . '