代码拉取完成,页面将自动刷新
<?php
/**
* The template for displaying all single posts.
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
*
* @package daohang
*/
get_header();
if ( function_exists( 'daohang_set_post_views' ) ) :
daohang_set_post_views(get_the_ID());
endif;
?>
<div id="primary" class="content-area">
<?php if( get_theme_mod('single-top-ad','') ) { ?>
<div class="single-top-ad">
<?php echo get_theme_mod('single-top-ad'); ?>
</div>
<?php } ?>
<?php if( get_theme_mod('single-breadcrumbs-on', true) == true ) : ?>
<div class="single-breadcrumbs">
<a href="<?php echo home_url(); ?>">首页</a> <i class="fa fa-angle-right"></i> <?php daohang_first_category(); ?> <i class="fa fa-angle-right"></i> <?php the_title(); ?>
</div>
<?php endif; ?>
<main id="main" class="site-main" >
<?php
while ( have_posts() ) : the_post();
get_template_part( 'template-parts/content', 'single' );
// the_post_navigation();
get_template_part( 'template-parts/content', 'related' );
// If comments are open or we have at least one comment, load up the comment template.
if ( get_theme_mod('close-comments-on', false) == false ) {
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
}
endwhile; // End of the loop.
?>
</main><!-- #main -->
</div><!-- #primary -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。