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-ad_listing.php

<?php
/**
 * Listing single head cover template.
 *
 * @package ClassiPress\Templates
 * @since 4.0.0
 */

?>

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

	<div class="hero-listing-wrap row text-center">

		<div class="columns">

			<header class="entry-header">

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

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

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

				<div class="entry-actions">
					<?php
					/**
					 * Fires in the listing single page head action block.
					 *
					 * @since 4.0.0
					 */
					do_action( 'cp_listing_single_head_actions' );
					?>
				</div><!-- .entry-actions -->

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

					<span class="entry-category">
						<i class="fa fa-folder-open-o" aria-hidden="true"></i> <?php echo get_the_term_list( $post->ID, APP_TAX_CAT, '', ', ', '' ); ?>
					</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_listing_single_hero_meta' );
					?>

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

			</header>

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

	</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_listing_single_bar_actions' );
				?>

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

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

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

</div>