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-tpl-categories.php

<?php
/**
 * Categories Page content template.
 *
 * @package ClassiPress\Templates
 * @since 4.0.0
 */

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?> role="navigation">

	<div class="content-wrap">

		<?php the_post_thumbnail( 'full' ); ?>

		<div class="content-inner">

			<header class="entry-header">

				<?php appthemes_before_post_title( 'page' ); ?>

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

				<?php appthemes_after_post_title( 'page' ); ?>

			</header>

			<div class="entry-content">

				<?php appthemes_before_post_content( 'page' ); ?>

				<?php the_content(); ?>

				<div id="directory" class="directory listing-cats listing-cats-page row collapse small-up-1 medium-up-2 <?php cp_display_style( 'dir_cols' ); ?>">

					<?php echo cp_create_categories_list( 'dir' ); ?>

				</div><!--/directory-->

				<?php appthemes_after_post_content( 'page' ); ?>

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

			<footer class="entry-footer">

				<?php
				/**
				 * Fires in the page page footer.
				 *
				 * @since 4.0.0
				 */
				do_action( 'cp_page_template_footer' );
				?>

			</footer>

		</div> <!-- .content-inner -->

	</div> <!-- .content-wrap -->

</article>