whoami7 - Manager
:
/
home
/
analuakl
/
bents.in
/
wp-content
/
themes
/
medizin
/
template-parts
/
blog-single
/
Upload File:
files >> /home/analuakl/bents.in/wp-content/themes/medizin/template-parts/blog-single/style-standard.php
<?php /** * Template part for displaying single post for standard style. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Medizin * @since 1.0 */ ?> <div class="entry-header"> <div class="entry-header-content"> <?php Medizin_Post::instance()->entry_categories(); ?> <?php if ( '1' === Medizin::setting( 'single_post_title_enable' ) ) : ?> <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> <?php endif; ?> <?php get_template_part( 'template-parts/blog-single/meta' ); ?> </div> <?php Medizin_Post::instance()->entry_feature(); ?> </div> <div class="entry-post-wrap"> <article id="post-<?php the_ID(); ?>" <?php post_class( 'entry-wrapper' ); ?>> <h2 class="screen-reader-text"><?php echo esc_html( get_the_title() ); ?></h2> <div class="entry-content"> <?php the_content( sprintf( /* translators: %s: Name of current post. */ wp_kses( __( 'Continue reading %s <span class="meta-nav">→</span>', 'medizin' ), array( 'span' => array( 'class' => array() ) ) ), the_title( '<span class="screen-reader-text">"', '"</span>', false ) ) ); Medizin_Templates::page_links(); ?> </div> <div class="entry-footer"> <?php Medizin_Post::instance()->entry_tags(); ?> <?php Medizin_Post::instance()->entry_share(); ?> </div> </article> <?php $author_desc = get_the_author_meta( 'description' ); if ( '1' === Medizin::setting( 'single_post_author_box_enable' ) && ! empty( $author_desc ) ) { Medizin_Templates::post_author(); } if ( '1' === Medizin::setting( 'single_post_pagination_enable' ) ) { Medizin_Post::instance()->nav_page_links(); } if ( Medizin::setting( 'single_post_related_enable' ) ) { get_template_part( 'template-parts/blog-single/content-related-posts' ); } // If comments are open or we have at least one comment, load up the comment template. if ( '1' === Medizin::setting( 'single_post_comment_enable' ) && ( comments_open() || get_comments_number() ) ) : comments_template(); endif; ?> </div>
Copyright ©2021 || Defacer Indonesia