We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c766b commit b022502Copy full SHA for b022502
single-sites.php
@@ -6,7 +6,7 @@
6
* @Author URI: https://www.iowen.cn/
7
* @Date: 2020-02-22 21:26:05
8
* @LastEditors: iowen
9
- * @LastEditTime: 2023-02-20 21:55:16
+ * @LastEditTime: 2023-02-20 22:27:46
10
* @FilePath: \WebStack\single-sites.php
11
* @Description:
12
*/
@@ -143,9 +143,13 @@
143
}
144
if ($i == 0) echo '<div class="col-lg-12"><div class="nothing">'.__('没有相关内容!','i_theme').'</div></div>';
145
?>
146
- </div>
147
- <br />
+ </div>
148
+ <?php
149
+ if (comments_open() || get_comments_number()) {
150
+ comments_template();
151
+ }
152
+ ?>
153
</div>
154
155
<?php if(io_get_option('ad_footer_s')) echo '<div class="ad ad-footer">' . stripslashes( io_get_option('ad_footer') ) . '</div>'; ?>
0 commit comments