File manager - Edit - /home/aresglob/public_html/wp/wp-includes/images/smilies/archive.php.tar
Back
home/aresglob/public_html/wp/wp-content/themes/astra/archive.php 0000644 00000001331 15104074735 0021055 0 ustar 00 <?php /** * The template for displaying archive pages. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Astra * @since 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } get_header(); ?> <?php if ( astra_page_layout() === 'left-sidebar' ) { ?> <?php get_sidebar(); ?> <?php } ?> <div id="primary" <?php astra_primary_class(); ?>> <?php astra_primary_content_top(); ?> <?php astra_archive_header(); ?> <?php astra_content_loop(); ?> <?php astra_pagination(); ?> <?php astra_primary_content_bottom(); ?> </div><!-- #primary --> <?php if ( astra_page_layout() === 'right-sidebar' ) { ?> <?php get_sidebar(); ?> <?php } ?> <?php get_footer(); ?> home/aresglob/public_html/wp/wp-content/themes/popularfx/archive.php 0000644 00000002042 15113010210 0021735 0 ustar 00 <?php /** * The template for displaying archive pages * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package PopularFX */ get_header(); ?> <main id="primary" class="site-main"> <?php if ( have_posts() ) : ?> <header class="page-header"> <?php the_archive_title( '<h1 class="page-title">', '</h1>' ); the_archive_description( '<div class="archive-description">', '</div>' ); ?> </header><!-- .page-header --> <?php /* Start the Loop */ while ( have_posts() ) : the_post(); /* * Include the Post-Type-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 Type name) and that will be used instead. */ get_template_part( 'template-parts/content', get_post_type() ); endwhile; the_posts_navigation(); else : get_template_part( 'template-parts/content', 'none' ); endif; ?> </main><!-- #main --> <?php get_sidebar(); get_footer();
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings