添加留言板 2010-10-09 wordpress 4 条评论 5627 次阅读 思路:建立页面,调用comments。方法:1、建立guestbook.php内容如下<?php /* Template Name: GuestBook */ ?> <?php get_header();?> <?php comments_template('/guestcomments.php');?> <?php get_footer();?>保 - 阅读全文 -