Файловый менеджер - Редактировать - /home/beautybuzzbeyond/public_html/wp-content/themes/newsophy/amp/archive.php
Назад
<?php $cat_style = get_theme_mod('newsophy_categ_layout', 'one-fr'); ?> <?php get_template_part('amp/header'); ?> <div id="main-area"> <div class="container"> <div class="category-box"> <h1> <?php if ( is_day() ) : printf( esc_html__( 'Daily Archives: %s', 'newsophy' ), get_the_date() ); elseif ( is_month() ) : printf( esc_html__( 'Monthly Archives: %s', 'newsophy' ), get_the_date( _x( 'F Y', 'monthly archives date format', 'newsophy' ) ) ); elseif ( is_year() ) : printf( esc_html__( 'Yearly Archives: %s', 'newsophy' ), get_the_date( _x( 'Y', 'yearly archives date format', 'newsophy' ) ) ); elseif ( is_tag() ) : printf( esc_html__( '%s', 'newsophy' ), single_tag_title( '', false ) ); else : esc_html_e( 'Archives', 'newsophy' ); endif; ?> </h1> </div> <div class="content-wrapper"> <div class="content-area"> <div class="posts-sec <?php if ( get_theme_mod('newsophy_archive_sidebar') && is_active_sidebar('sidebar-4')) : ?>has-sidebar<?php endif; ?>"> <div class="posts-wrap"> <div class="blog-posts <?php echo esc_attr($cat_style); ?>"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php get_template_part('content', 'archive'); ?> <?php endwhile; ?> </div> <?php the_posts_pagination( array( 'prev_text' => '<i class="fa fa-angle-left"></i>', 'next_text' => '<i class="fa fa-angle-right"></i>', 'before_page_number' => '<span class="meta-nav screen-reader-text"></span>', ) ); ?> </div> <?php else : ?> <?php get_template_part('content', 'none'); ?> <?php endif; ?> <?php if ( get_theme_mod('newsophy_archive_sidebar') && is_active_sidebar('sidebar-4')) : ?> <aside class="sidebar <?php if (get_theme_mod('newsophy_sticky_sidebar', true)) : ?> sticky<?php endif; ?>"> <?php if (!function_exists( 'dynamic_sidebar' ) || !dynamic_sidebar('sidebar-4')) ?> </aside> <?php endif; ?> </div> </div> </div> </div> </div> <?php get_footer(); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка