A5下载 - 努力做内容最丰富最安全的下载站!

A5站长下载站

当前位置:A5下载 > 源码技巧 > wordpress > wordpress评论标签comments_template 的使用

wordpress评论标签comments_template 的使用

时间:2015-05-22 14:46作者:sa人气:63

comments_template标签是方便我们在wordpress网站中调用评论文件comments.php的,如果在主题当中没有comments.php文件,标签会自动获取程序路径wp-includes/theme-compat/comments.php的默认评论模块,在模板制作中我们使用以下标签进行调用:

<?php comments_template( $file, $separate_comments ); ?>

其中的$file参数是指可以导入不同的评论文件的,例如:我们在主题中创建一个 comments-other.php 文件,我们可以通过以下代码进行调用:

<?php comments_template( '/comments-other.php' ); ?>

 

标签wordpress,评论,标签,comments,templ

相关下载

查看所有评论+

网友评论

网友
您的评论需要经过审核才能显示

热门阅览

最新排行

公众号