whoami7 - Manager
:
/
home
/
analuakl
/
bents.in
/
wp-content
/
themes
/
medizin
/
loop
/
widgets
/
portfolio
/
Upload File:
files >> /home/analuakl/bents.in/wp-content/themes/medizin/loop/widgets/portfolio/style-grid.php
<?php if ( ! isset( $settings ) ) { $settings = array(); } while ( $medizin_query->have_posts() ) : $medizin_query->the_post(); $classes = array( 'portfolio-item grid-item' ); ?> <div <?php post_class( implode( ' ', $classes ) ); ?>> <div class="post-wrapper medizin-box"> <div class="post-thumbnail-wrapper medizin-image"> <a href="<?php Medizin_Portfolio::instance()->the_permalink(); ?>" class="post-permalink link-secret"> <div class="post-thumbnail"> <?php if ( has_post_thumbnail() ) { ?> <?php $size = Medizin_Image::elementor_parse_image_size( $settings, '480x480' ); ?> <?php Medizin_Image::the_post_thumbnail( array( 'size' => $size ) ); ?> <?php } else { ?> <?php Medizin_Templates::image_placeholder( 480, 480 ); ?> <?php } ?> </div> <?php if ( ! empty( $settings['overlay_style'] ) ) : ?> <?php get_template_part( 'loop/portfolio/overlay', $settings['overlay_style'] ); ?> <?php endif; ?> </a> </div> <?php if ( 'yes' === $settings['show_caption'] ) : ?> <?php get_template_part( 'loop/portfolio/caption', $settings['caption_style'] ); ?> <?php endif; ?> </div> </div> <?php endwhile; ?>
Copyright ©2021 || Defacer Indonesia