1. 到后台主题编辑器,编辑 page.php (页面模板)
2. 在
<?php endwhile; endif; ?>
之前加上一句
<?php if ( comments_open() ) comments_template(); ?>
3.这样就大功告成了^_^
1. 到后台主题编辑器,编辑 page.php (页面模板)
2. 在
<?php endwhile; endif; ?>
之前加上一句
<?php if ( comments_open() ) comments_template(); ?>
3.这样就大功告成了^_^
评论抢沙发