午夜WuYeah.COM

Avatar

WordPress 2.7的Thread Comments(回复)

第一步,在主题的 header.php 的 wp_head() 函数之前添加如下函数:

<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>

上面函数是添加 comment-reply 的JS,只有这样后面才有效果。 Read more