File manager - Edit - /home/vblioqus/y999-game.pro/wp-content/themes/stcustom-6-new/archive-apk.php
Back
<?php /** * The template for displaying archive pages * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Stylo_Custom */ get_header(); ?> <div id="primary" class="content-area container mt-20"> <main id="main" class="site-main"> <?php if ( have_posts() ) : ?> <header class="page-header"> <?php the_archive_title( '<h3 class="page-title mb-0">', '</h3>' ); the_archive_description( '<div class="archive-description mt-10">', '</div>' ); ?> </header><!-- .page-header --> <div class="apps-container"> <?php /* Start the Loop */ while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'archive' ); endwhile; else : get_template_part( 'template-parts/content', 'none' ); endif; ?> </div> <div class="pagination-row row ml-0 mr-0 mb-20"> <?php stylo_page_navi(); ?> </div> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0.1 |
proxy
|
phpinfo
|
Settings