/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/image.php (4346B)
$post->post_parent, 'fields' => 'ids', 'numberposts' => -1, 'post_status' => 'inherit', 'post_type' => 'attachment', 'post_mime_type' => 'image', 'order' => 'ASC', 'orderby' => 'menu_order ID' )); if (count($attachment_ids) > 1) { foreach ($attachment_ids as $attachment_id) { if ($attachment_id == $post->ID) { $next_id = current($attachment_ids); break; } } if ($next_id) { $next_attachment_url = get_attachment_link($next_id); } else { $next_attachment_url = get_attachment_link(array_shift($attachment_ids)); } } ?>
ID, $attachment_size) ); ?>
' . esc_html__('Published on', 'ewebot') . ' ' . esc_html__('in', 'ewebot') . ' %5$s'; $post_title = get_the_title($post->post_parent); if (empty($post_title) || 0 == $post->post_parent) { $published_text = ''; } printf($published_text, esc_attr(get_the_date('c')), esc_html(get_the_date()), esc_url(get_permalink($post->post_parent)), esc_attr(strip_tags($post_title)), $post_title ); $metadata = wp_get_attachment_metadata(); printf('%3$s (%4$s × %5$s)', esc_url(wp_get_attachment_url()), esc_html__('Link to full-size image', 'ewebot'), esc_html__('Full resolution', 'ewebot'), $metadata['width'], $metadata['height'] ); edit_post_link(esc_html__('Edit', 'ewebot'), '', ''); ?>
0) { echo '

' . esc_html($post_title) . '

'; } ?> post_content)) { ?> '')); ?> ">
'; if (is_active_sidebar( $sidebar )) { echo ""; } echo "
"; } ?>