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

Dir : /home/trave494/footcrew.com/ads/wp-content/themes/classipress/
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/archive.php

<?php
/**
 * Archive template.
 *
 * @package ClassiPress\Templates
 * @author  AppThemes
 * @since   ClassiPress 1.0
 */
?>
<section>

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

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

			<div class="column">

				<header class="entry-header">

					<?php cp_the_archive_title( '<h1 class="page-title cover-wrapper">', '</h1>' ); ?>
					<?php the_archive_description( '<div class="taxonomy-description">', '</div>' ); ?>

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

				</header>

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

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

	</div>

	<div id="primary" class="content-area row">

		<div class="columns">

			<?php get_template_part( 'parts/breadcrumbs', app_template_base() ); ?>

		</div>

		<main id="main" class="site-main small-12 columns" role="main">

			<?php if ( have_posts() ) : ?>

				<div class="row entry-wrap small-up-1 medium-up-2 large-up-3">

				<?php while ( have_posts() ) : the_post(); ?>

					<div class="column">

					<?php get_template_part( 'parts/content-item', get_post_type() ); ?>

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

				<?php endwhile; ?>

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

				<?php cp_do_pagination(); ?>

			<?php else : ?>

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

				<?php get_template_part( 'parts/content-none', get_post_type() ); ?>

			<?php endif; ?>

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

		</main>

	</div> <!-- #primary -->

</section>