代码拉取完成,页面将自动刷新
同步操作将从 AdFate/Rizhuti 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?php while (have_posts()) : the_post(); ?>
<section class="article-focusbox bgimg-fixed" id="focsbox-true" <?php _single_header_img() ?> >
<header class="article-header">
<h1 class="article-title"><?php the_title(); ?></h1>
<div class="article-meta">
<span class="item item-1"><?php echo get_the_date().' '.get_the_time(); ?></span>
<span class="item item-2">作者:<?php echo get_the_author() ?></span>
<span class="item item-3"><?php echo '分类:';the_category(' / '); ?></span>
<span class="item item-4"><i class="iconfont"></i> <?php echo _get_post_views() ?></span>
<span class="item item-5"><?php edit_post_link('[编辑]'); ?></span>
</div>
</header>
</section>
<section class="container">
<div class="content-wrap">
<div class="content">
<?php _the_ads('ad_post_header', 'single-header') ?>
<article class="article-content">
<?php the_content(); ?>
<?php wp_link_pages('link_before=<span>&link_after=</span>&before=<div class="article-paging">&after=</div>&next_or_number=number'); ?>
<?php if( _hui('post_copyright_s') ){
echo '<div class="article-copyright">'._hui('post_copyright').'<a href="'.get_bloginfo('url').'">'.get_bloginfo('name').'</a> » <a href="'.get_permalink().'">'.get_the_title().'</a></div>';
} ?>
<?php endwhile; ?>
<?php if( _hui('post_tags_s') ){ ?>
<?php the_tags('<div class="article-tags">','','</div>'); ?>
<?php } ?>
<?php get_template_part( 'module/content', 'module-wechats' ); ?>
<?php get_template_part( 'module/content', 'module-share' ); ?>
</article>
<?php if( _hui('post_prevnext_s') ){ ?>
<nav class="article-nav">
<span class="article-nav-prev"><?php previous_post_link('上一篇<br>%link'); ?></span>
<span class="article-nav-next"><?php next_post_link('下一篇<br>%link'); ?></span>
</nav>
<?php } ?>
<?php _the_ads('ad_post_footer', 'single-footer') ?>
<?php if( _hui('post_related_s') ){ ?>
<div class="postitems">
<h3><?php echo _hui('related_title', '相关推荐') ?></h3>
<ul>
<?php _posts_related( _hui('post_related_n') ) ?>
</ul>
</div>
<?php } ?>
<?php _the_ads('ad_post_comment', 'single-comment') ?>
<?php comments_template('', true); ?>
</div>
</div>
<?php get_sidebar(); ?>
</section>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。