| Server IP : 198.38.94.67 / Your IP : 216.73.217.142 Web Server : LiteSpeed System : Linux d6054.dxb1.stableserver.net 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64 User : azfilmst ( 1070) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/azfilmst/alizamani.com/wp-content/themes/scena/template-parts/ |
Upload File : |
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php
$style = get_query_var( 'blog_style' );
if ( has_post_thumbnail() && 'list' !== $style ) {
$thumbnail = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ), 'full' );
$thumbnail_ratio = $thumbnail[1] / $thumbnail[2];
$thumbnail_size = ( $thumbnail_ratio < 1 ) ? 'size-tall' : 'size-wide';
?>
<div class="post-thumbnail <?php echo esc_attr( $thumbnail_size ); ?>">
<div class="post-thumbnail-inner">
<a href="<?php the_permalink(); ?>">
<?php echo themerain_get_image( get_post_thumbnail_id() ); ?>
</a>
</div>
</div>
<?php } ?>
<div class="post-caption">
<div class="post-meta">
<?php if ( is_sticky() && is_home() && ! is_paged() ) { ?>
<div class="post-sticky"><?php esc_html_e( 'Featured', 'themerain' ); ?></div>
<?php } ?>
<div class="post-category"><?php the_category( ' <span>—</span> ' ); ?></div>
</div>
<?php the_title( '<h2 class="post-title"><a href="' . esc_url( get_permalink() ) . '">', '</a></h2>' ); ?>
<?php if ( 'list' !== $style ) { ?>
<div class="post-excerpt">
<?php the_excerpt(); ?>
</div>
<?php } ?>
<div class="post-footer">
<div class="post-time">
<?php echo esc_html( get_the_date() ); ?>
</div>
</div>
</div>
</article>