WIKI使用導(dǎo)航
站長百科導(dǎo)航
站長專題
- 網(wǎng)站推廣
- 網(wǎng)站程序
- 網(wǎng)站賺錢
- 虛擬主機(jī)
- cPanel
- 網(wǎng)址導(dǎo)航專題
- 云計(jì)算
- 微博營銷
- 虛擬主機(jī)管理系統(tǒng)
- 開放平臺
- WIKI程序與應(yīng)用
- 美國十大主機(jī)
WordPress:WPMU Functions/get most active blogs
來自站長百科
This is useful for getting active blogs.
Please note here active blogs will be calculated based on number of posts.
Naturally more posts mean more activity!
Arguments are: default $num = 10 number of results to fetch. default $display = true whether print the result or just fetch the result array.
//it will print 10 most active blogs. For manual manipulation of result just pass FALSE as second argument. get_most_active_blogs( $num = 10, $display = true );
PS. I think it would be good to have another argument to ignore certain blogs, for example my client don't want to display main blog stats here :(
--Devportals 12:53, 25 June 2008 (UTC) Cheers!