Skip to content

Commit

Permalink
🐛 修复正文页面无法关闭推荐 #59
Browse files Browse the repository at this point in the history
  • Loading branch information
Licoy committed Mar 29, 2021
1 parent f7248b8 commit aeda07d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions single.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@
</div>
<?php endif; ?>
<?php get_template_part('ad/page','innerb') ?>
<?php if(pk_is_checked('page_b_recommend')): ?>
<?php get_template_part('templates/post','relevant') ?>
<?php endif; ?>
<?php get_template_part('templates/module','andb') ?>
<?php comments_template() ?>
</div>
Expand Down

0 comments on commit aeda07d

Please sign in to comment.