Файловый менеджер - Редактировать - /home2/cocinasdalloway/constructorasmn.com/wp-content/themes/catch-fullscreen/single.php
Назад
<?php /** * The template for displaying all single posts and attachments * * @package Catch_Fullscreen */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <div class="singular-content-wrap"> <?php // Start the loop. while ( have_posts() ) : the_post(); // Include the single post content template. get_template_part( 'template-parts/content/content', 'single' ); // Comments Templates get_template_part( 'template-parts/content/content', 'comment' ); if ( is_singular( 'attachment' ) ) { // Parent post navigation. the_post_navigation( array( 'prev_text' => _x( '<span class="meta-nav">Published in</span><span class="post-title">%title</span>', 'Parent post link', 'catch-fullscreen' ), ) ); } elseif ( is_singular( 'post' ) ) { // Previous/next post navigation. the_post_navigation( array( 'prev_text' => '<span class="screen-reader-text">' . __( 'Previous Post', 'catch-fullscreen' ) . '</span><span aria-hidden="true" class="nav-subtitle">' . __( 'Previous Post', 'catch-fullscreen' ) . '</span> <span class="nav-title">%title</span>', 'next_text' => '<span class="screen-reader-text">' . __( 'Next Post', 'catch-fullscreen' ) . '</span><span aria-hidden="true" class="nav-subtitle">' . __( 'Next Post', 'catch-fullscreen' ) . '</span> <span class="nav-title">%title</span>', ) ); } // End of the loop. endwhile; ?> </div><!-- .singular-content-wrap --> </main><!-- .site-main --> <?php get_sidebar( 'content-bottom' ); ?> </div><!-- .content-area --> <?php get_sidebar(); ?> <?php get_footer(); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.22 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка