![]() 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/matelopsrp.com/wp-content/themes/vip-business/template-parts/content/ |
<?php /** * Template part for displaying posts * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package Vip_Business */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class( 'grid-item' ); ?>> <div class="hentry-inner"> <div class="post-thumbnail"> <?php vip_business_post_thumbnail(); ?> <?php vip_business_posted_cats(); ?> </div><!-- .post-thumbnail --> <div class="entry-container"> <header class="entry-header"> <?php if ( is_singular() ) : 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 --> <?php if ( 'post' === get_post_type() ) : ?> <div class="entry-meta"> <?php vip_business_entry_header(); ?> </div> <?php endif; ?> <div class="entry-summary"> <?php the_excerpt(); ?> </div> <?php if ( 'post' === get_post_type() ) : ?> <footer class="entry-footer"> <div class="entry-meta"> <?php vip_business_entry_footer(); ?> </div> </footer><!-- .entry-footer --> <?php endif; ?> </div><!-- .entry-container --> </div><!-- .hentry-inner --> </article><!-- #post-<?php the_ID(); ?> -->