WordPress 2.7的Thread Comments(回复)
第一步,在主题的 header.php 的 wp_head() 函数之前添加如下函数:
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
上面函数是添加 comment-reply 的JS,只有这样后面才有效果。 Read more

第一步,在主题的 header.php 的 wp_head() 函数之前添加如下函数:
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
上面函数是添加 comment-reply 的JS,只有这样后面才有效果。 Read more
除去最新3篇文章后的阅读列表
网友评论
G-Links
随机友链