Файловый менеджер - Редактировать - /home/avadvi5/public_html/wp-content/themes/code4rest/template-parts/content/single-entry.php
Ðазад
<?php /** * Template part for displaying a post or page. * * @package code4rest */ namespace Code4rest; ?> <?php if ( code4rest()->show_feature_above() ) { get_template_part( 'template-parts/content/entry_thumbnail', get_post_type() ); } ?> <article id="post-<?php the_ID(); ?>" <?php post_class( 'entry content-bg single-entry' . ( code4rest()->option( 'post_footer_area_boxed' ) ? ' post-footer-area-boxed' : '' ) ); ?>> <div class="entry-content-wrap"> <?php do_action( 'code4rest_single_before_inner_content' ); if ( code4rest()->show_in_content_title() ) { get_template_part( 'template-parts/content/entry_header', get_post_type() ); } if ( code4rest()->show_feature_below() ) { get_template_part( 'template-parts/content/entry_thumbnail', get_post_type() ); } get_template_part( 'template-parts/content/entry_content', get_post_type() ); if ( 'post' === get_post_type() && code4rest()->option( 'post_tags' ) ) { get_template_part( 'template-parts/content/entry_footer', get_post_type() ); } do_action( 'code4rest_single_after_inner_content' ); ?> </div> </article><!-- #post-<?php the_ID(); ?> --> <?php if ( is_singular( get_post_type() ) ) { if ( 'post' === get_post_type() && code4rest()->option( 'post_author_box' ) ) { get_template_part( 'template-parts/content/entry_author', get_post_type() ); } // Show post navigation only when the post type is 'post' or has an archive. if ( ( 'post' === get_post_type() || get_post_type_object( get_post_type() )->has_archive ) && code4rest()->show_post_navigation() ) { if ( code4rest()->option( 'post_footer_area_boxed' ) ) { echo '<div class="post-navigation-wrap content-bg entry-content-wrap entry">'; } the_post_navigation( apply_filters( 'code4rest_post_navigation_args', array( 'prev_text' => '<div class="post-navigation-sub"><small>' . code4rest()->get_icon( 'arrow-left-alt' ) . esc_html__( 'Previous', 'code4rest' ) . '</small></div>%title', 'next_text' => '<div class="post-navigation-sub"><small>' . esc_html__( 'Next', 'code4rest' ) . code4rest()->get_icon( 'arrow-right-alt' ) . '</small></div>%title', ) ) ); if ( code4rest()->option( 'post_footer_area_boxed' ) ) { echo '</div>'; } } if ( 'post' === get_post_type() && code4rest()->option( 'post_related' ) ) { get_template_part( 'template-parts/content/entry_related', get_post_type() ); } // Show comments only when the post type supports it and when comments are open or at least one comment exists. if ( code4rest()->show_comments() ) { comments_template(); } }
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка