1,添加Google Analytics 统计
<?php add_action('wp_footer', 'add_googleanalytics'); function add_googleanalytics() { ?>按月归档:八月 2010
WordPress Sql 查询
发布于 八月 2, 2010
谁是留言最多的人
#对应留言最多的SQL语句 SELECT DISTINCT concat( '<a href="', comment_author_url, '">', comment_author, '</a>' ) , count( comment_author ) AS num_author FROM `wp_comments`