1 Star 0 Fork 3

李慧根/argon-theme

forked from spilgts/argon-theme 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
comments-shuoshuo-preview.php 416 Bytes
一键复制 编辑 原始数据 按行查看 历史
abc2237512422 提交于 2019-10-12 20:14 . 0.51
<?php
if ( post_password_required() ) {
return;
}
?>
<?php if ( have_comments() ){?>
<div class="shuoshuo-comments">
<?php /*the_comments_navigation();*/ ?>
<ol class="comment-list">
<?php
wp_list_comments(
array(
'type' => 'comment',
'callback' => 'argon_comment_shuoshuo_preview_format'
)
);
?>
</ol>
<?php /*the_comments_navigation();*/ ?>
</div>
<?php }?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zoomLee/argon-theme.git
git@gitee.com:zoomLee/argon-theme.git
zoomLee
argon-theme
argon-theme
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385