FWQ
WordPress主题制作全过程(十):制作comments.php
前面给大家介绍了《/501084.html” target=”_blank”>wordpress主题制作全过程(九):制作single.php》,本文继续给大家介绍如何制作comments.php,下面一起来看一下吧~ 今天我们来制作评论主题的评论模块。在主题目录Aurelius下新建comments.php,在single.php剪切以下代码,粘贴到comments.php: <!– Comment’s List –> <h3>Comments</h3> <div class="hr dotted clearfix"> </div> <ol class="commentlist"> <li class="comment"> <div class="gravatar"> @@##@@ <a class="comment-reply-link" href=">Reply</a> </div> <div class="comment_content"> <div class="clearfix">…