按月归档:八月 2010

WordPress 主题函数使用技巧收集

1,添加Google Analytics 统计

<?php add_action('wp_footer', 'add_googleanalytics'); function add_googleanalytics() { ?>

阅读全文——共13635字

WordPress Sql 查询

谁是留言最多的人

#对应留言最多的SQL语句 SELECT DISTINCT concat( '<a href="', comment_author_url, '">', comment_author, '</a>' ) , count( comment_author ) AS num_author FROM `wp_comments`

阅读全文——共624字

无觅相关文章插件,快速提升流量