PHP 8.1.33
Preview: archive.php Size: 3.20 KB
/home/jambtst2015/public_html/ida.org.ng/wp-content/themes/ida/archive.php

<?php
/**
 * The template for displaying Archive pages.
 *
 * Learn more: http://codex.wordpress.org/Template_Hierarchy
 *
 * @package AccesspressLite
 */

get_header(); 
global $accesspresslite_options;
$accesspresslite_settings = get_option( 'accesspresslite_options', $accesspresslite_options );
?>

<div class="ak-container">
	<section id="primary" class="content-area">
		<main id="main" class="site-main" role="main">

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

			<header class="page-header">
				<h1 class="page-title">
					<?php
						if ( is_category() ) :
							single_cat_title();

						elseif ( is_tag() ) :
							single_tag_title();

						elseif ( is_author() ) :
							printf( __( 'Author: %s', 'accesspresslite' ), '<span class="vcard">' . get_the_author() . '</span>' );

						elseif ( is_day() ) :
							printf( __( 'Day: %s', 'accesspresslite' ), '<span>' . get_the_date() . '</span>' );

						elseif ( is_month() ) :
							printf( __( 'Month: %s', 'accesspresslite' ), '<span>' . get_the_date( _x( 'F Y', 'monthly archives date format', 'accesspresslite' ) ) . '</span>' );

						elseif ( is_year() ) :
							printf( __( 'Year: %s', 'accesspresslite' ), '<span>' . get_the_date( _x( 'Y', 'yearly archives date format', 'accesspresslite' ) ) . '</span>' );

						elseif ( is_tax( 'post_format', 'post-format-aside' ) ) :
							_e( 'Asides', 'accesspresslite' );

						elseif ( is_tax( 'post_format', 'post-format-gallery' ) ) :
							_e( 'Galleries', 'accesspresslite');

						elseif ( is_tax( 'post_format', 'post-format-image' ) ) :
							_e( 'Images', 'accesspresslite');

						elseif ( is_tax( 'post_format', 'post-format-video' ) ) :
							_e( 'Videos', 'accesspresslite' );

						elseif ( is_tax( 'post_format', 'post-format-quote' ) ) :
							_e( 'Quotes', 'accesspresslite' );

						elseif ( is_tax( 'post_format', 'post-format-link' ) ) :
							_e( 'Links', 'accesspresslite' );

						elseif ( is_tax( 'post_format', 'post-format-status' ) ) :
							_e( 'Statuses', 'accesspresslite' );

						elseif ( is_tax( 'post_format', 'post-format-audio' ) ) :
							_e( 'Audios', 'accesspresslite' );

						elseif ( is_tax( 'post_format', 'post-format-chat' ) ) :
							_e( 'Chats', 'accesspresslite' );

						else :
							_e( 'Archives', 'accesspresslite' );

						endif;
					?>
				</h1>
				<?php
					// Show an optional term description.
					$term_description = term_description();
					if ( ! empty( $term_description ) ) :
						printf( '<div class="taxonomy-description">%s</div>', $term_description );
					endif;
				?>
			</header><!-- .page-header -->

			<?php /* Start the Loop */ ?>
			<?php 
			while ( have_posts() ) : the_post(); ?>

				<?php
					/* Include the Post-Format-specific template for the content.
					 * If you want to override this in a child theme, then include a file
					 * called content-___.php (where ___ is the Post Format name) and that will be used instead.
					 */
					get_template_part( 'content' );
				?>

			<?php endwhile; ?>

			<?php accesspresslite_paging_nav(); ?>

		<?php else : ?>

			<?php get_template_part( 'content', 'none' ); ?>

		<?php endif; ?>

		</main><!-- #main -->
	</section><!-- #primary -->

<?php get_sidebar('right'); ?>
</div>
<?php get_footer(); ?>

Directory Contents

Dirs: 7 × Files: 26

Name Size Perms Modified Actions
css DIR
- drwxr-xr-x 2024-11-22 17:53:10
Edit Download
header DIR
- drwxr-xr-x 2024-11-22 17:53:10
Edit Download
images DIR
- drwxr-xr-x 2024-11-22 17:53:10
Edit Download
inc DIR
- drwxr-xr-x 2024-11-22 17:53:10
Edit Download
js DIR
- drwxr-xr-x 2024-11-22 17:53:10
Edit Download
languages DIR
- drwxr-xr-x 2024-11-22 17:53:10
Edit Download
- drwxr-xr-x 2024-11-22 17:53:10
Edit Download
123 B lrw-r--r-- 2024-11-22 17:53:10
Edit Download
863 B lrw-r--r-- 2024-11-22 17:53:10
Edit Download
3.20 KB lrw-r--r-- 2024-11-22 17:53:10
Edit Download
2.58 KB lrw-r--r-- 2024-11-22 17:53:10
Edit Download
1.08 KB lrw-r--r-- 2024-11-22 17:53:10
Edit Download
641 B lrw-r--r-- 2024-11-22 17:53:10
Edit Download
958 B lrw-r--r-- 2024-11-22 17:53:10
Edit Download
5.04 KB lrw-r--r-- 2024-11-22 17:53:10
Edit Download
2.93 KB lrw-r--r-- 2024-11-22 17:53:10
Edit Download
621 B lrw-r--r-- 2024-11-22 17:53:10
Edit Download
3.66 KB lrw-r--r-- 2024-11-22 17:53:10
Edit Download
1.64 KB lrw-r--r-- 2024-11-22 17:53:10
Edit Download
22.89 KB lrw-r--r-- 2024-11-22 17:53:10
Edit Download
25.27 KB lrw-r--r-- 2024-11-22 17:53:10
Edit Download
7.40 KB lrw-r--r-- 2024-11-22 17:53:10
Edit Download
34.32 KB lrw-r--r-- 2024-11-22 17:53:10
Edit Download
1.25 KB lrw-r--r-- 2024-11-22 17:53:10
Edit Download
8.32 KB lrw-r--r-- 2024-11-22 17:53:10
Edit Download
2.33 MB lrw-r--r-- 2024-11-22 17:53:10
Edit Download
895 B lrw-r--r-- 2024-11-22 17:53:10
Edit Download
477 B lrw-r--r-- 2024-11-22 17:53:10
Edit Download
6.64 KB lrw-r--r-- 2024-11-22 17:53:10
Edit Download
5.04 KB lrw-r--r-- 2024-11-22 17:53:10
Edit Download
4.55 KB lrw-r--r-- 2024-11-22 17:53:10
Edit Download
1.13 KB lrw-r--r-- 2024-11-22 17:53:10
Edit Download
43.07 KB lrw-r--r-- 2024-11-22 17:53:10
Edit Download

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