![]() 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/master-business/template-parts/ |
<?php /** * Template part for displaying posts. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Master_Business */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php $archive_layout = master_business_get_option( 'archive_layout' ); $archive_image = master_business_get_option( 'archive_image' ); $archive_image_alignment = master_business_get_option( 'archive_image_alignment' ); ?> <div class="entry-content-outer alignment-<?php echo esc_attr( $archive_image_alignment ) ; ?>"> <?php if ( has_post_thumbnail() ) : ?> <?php if ( 'disable' !== $archive_image ) : ?> <a href="<?php the_permalink(); ?>"><?php the_post_thumbnail( esc_attr( $archive_image ), array( 'class' => 'align'. esc_attr( $archive_image_alignment ) ) ); ?></a> <?php endif; ?> <?php endif; ?> <div class="entry-content-wrapper"> <header class="entry-header"> <?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?> </header><!-- .entry-header --> <?php if ( 'post' === get_post_type() ) : ?> <div class="entry-meta"> <?php master_business_posted_on(); ?> </div><!-- .entry-meta --> <?php endif; ?> <div class="entry-content"> <?php if ( 'full' === $archive_layout ) : ?> <?php the_content( sprintf( /* translators: %s: Name of current post. */ wp_kses( __( 'Continue reading %s <span class="meta-nav">→</span>', 'master-business' ), array( 'span' => array( 'class' => array() ) ) ), the_title( '<span class="screen-reader-text">"', '"</span>', false ) ) ); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'master-business' ), 'after' => '</div>', ) ); ?> <?php else : ?> <?php the_excerpt(); ?> <?php endif; ?> </div><!-- .entry-content --> <footer class="entry-footer"> <?php master_business_entry_footer(); ?> </footer><!-- .entry-footer --> </div><!-- .entry-content-wrapper --> </div><!-- .entry-content-outer --> </article><!-- #post-## -->