PHP 8.1.33
Preview: archive.php Size: 1.06 KB
/home/jambtst2015/public_html/qasandra.com/wp-content/themes/helo/archive.php

<?php
/**
 * The template for displaying archive pages.
 *
 * Learn more: http://codex.wordpress.org/Template_Hierarchy
 *
 * @package Ayyash
 * @author ThemeOO
 */

if ( ! defined( 'ABSPATH' ) ) {
	header( 'Status: 403 Forbidden' );
	header( 'HTTP/1.1 403 Forbidden' );
	die();
}

get_header();

$description = get_the_archive_description();

?>
<div class="row">
	<div class="col-md-8">
<?php
if ( have_posts() ) { ?>

	<header class="page-header">
		<?php the_archive_title('<h1 class="page-title">', '</h1>'); ?>
		<?php if ( $description ) : ?>
			<div class="archive-description"><?php echo wp_kses_post(wpautop($description)); ?></div>
		<?php endif; ?>
	</header><!-- .page-header -->
	<?php
	// Load posts loop.
	while ( have_posts() ) {
		the_post();

		get_template_part('template-parts/content/content', 'excerpt');
	}

	// Previous/next page navigation.
	helo_the_posts_navigation();
} else {

	// If no content, include the "No posts found" template.
	get_template_part('template-parts/content/content-none');
}
?>
	</div>
	<?php get_sidebar(); ?>
</div>
<?php
get_footer();

Directory Contents

Dirs: 4 × Files: 17

Name Size Perms Modified Actions
assets DIR
- drwxr-xr-x 2024-11-27 14:32:41
Edit Download
inc DIR
- drwxr-xr-x 2024-11-27 14:32:41
Edit Download
languages DIR
- drwxr-xr-x 2024-11-27 14:32:41
Edit Download
- drwxr-xr-x 2024-11-27 14:32:41
Edit Download
643 B lrw-r--r-- 2024-11-27 14:32:41
Edit Download
1.06 KB lrw-r--r-- 2024-11-27 14:32:41
Edit Download
96 B lrw-r--r-- 2024-11-27 14:32:41
Edit Download
2.17 KB lrw-r--r-- 2024-11-27 14:32:41
Edit Download
1.59 KB lrw-r--r-- 2024-11-27 14:32:41
Edit Download
1.06 KB lrw-r--r-- 2024-11-27 14:32:41
Edit Download
968 B lrw-r--r-- 2024-11-27 14:32:41
Edit Download
1.02 KB lrw-r--r-- 2024-11-27 14:32:41
Edit Download
34.99 KB lrw-r--r-- 2024-11-27 14:32:41
Edit Download
558 B lrw-r--r-- 2024-11-27 14:32:41
Edit Download
91.16 KB lrw-r--r-- 2024-11-27 14:32:41
Edit Download
2.92 KB lrw-r--r-- 2024-11-27 14:32:41
Edit Download
153.03 KB lrw-r--r-- 2024-11-27 14:32:41
Edit Download
1.50 KB lrw-r--r-- 2024-11-27 14:32:41
Edit Download
413 B lrw-r--r-- 2024-11-27 14:32:41
Edit Download
681 B lrw-r--r-- 2024-11-27 14:32:41
Edit Download
863 B lrw-r--r-- 2024-11-27 14:32:41
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).