![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/claquemagazineawards.com/wp-content/themes/eventbell/template-parts/ |
<?php /** * Template part for displaying posts * * @link https://codex.wordpress.org/Template_Hierarchy * * @package EventBell */ ?> <?php $img_class=''; if (has_post_thumbnail()){ $img_class='has-post-thumbnail'; } else{ $img_class='no-post-thumbnail'; } ?> <article id="post-<?php the_ID(); ?>" <?php post_class( 'grid-item ' . $img_class ); ?> > <div class="post-item"> <?php if ( has_post_thumbnail() ) { ?> <figure> <a href="<?php the_permalink(); ?>"><?php the_post_thumbnail(); ?></a> </figure> <?php } ?> <div class="entry-meta posted-on"> <?php eventbell_posted_on(); ?> </div><!-- .entry-meta --> <div class="entry-container"> <header class="entry-header"> <?php if ( is_single() ) : the_title( '<h1 class="entry-title">', '</h1>' ); else : the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' ); endif; ?> </header><!-- .entry-header --> <div class="entry-content"> <?php the_excerpt(); ?> </div><!-- .entry-content --> <div class="entry-meta"> <?php eventbell_entry_meta(); ?> </div><!-- .entry-meta --> </div><!-- .entry-container --> </div><!-- .post-item --> </article><!-- #post-## -->