WIKI使用導(dǎo)航
站長(zhǎng)百科導(dǎo)航
站長(zhǎng)專(zhuān)題
- 網(wǎng)站推廣
- 網(wǎng)站程序
- 網(wǎng)站賺錢(qián)
- 虛擬主機(jī)
- cPanel
- 網(wǎng)址導(dǎo)航專(zhuān)題
- 云計(jì)算
- 微博營(yíng)銷(xiāo)
- 虛擬主機(jī)管理系統(tǒng)
- 開(kāi)放平臺(tái)
- WIKI程序與應(yīng)用
- 美國(guó)十大主機(jī)
編輯“WordPress:WPMU Functions/get most active blogs”
該編輯可以被撤銷(xiāo)。 請(qǐng)檢查下面的對(duì)比以核實(shí)您想要撤銷(xiāo)的內(nèi)容,然后發(fā)布下面的更改以完成撤銷(xiāo)。
最后版本 | 您的文本 | ||
第1行: | 第1行: | ||
This is useful for getting active blogs. | This is useful for getting active blogs. | ||
Please note here active blogs will be calculated based on number of posts. | Please note here active blogs will be calculated based on number of posts. | ||
Naturally more posts mean more activity! | Naturally more posts mean more activity! | ||
Arguments are: ? | Arguments are: ? | ||
default $num = 10 number of results to fetch. | default $num = 10 number of results to fetch. | ||
default $display = true whether print the result or just fetch the result array. | default $display = true whether print the result or just fetch the result array. | ||
第20行: | 第12行: | ||
get_most_active_blogs( $num = 10, $display = true ); ? | get_most_active_blogs( $num = 10, $display = true ); ? | ||
</pre> ? | </pre> ? | ||
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 :( | 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 :( | ||
--[[User:Devportals|Devportals]] 12:53, 25 June 2008 (UTC)? ? ? ? ? ? ? ? ? ? ? | --[[User:Devportals|Devportals]] 12:53, 25 June 2008 (UTC)? ? ? ? ? ? ? ? ? ? ? | ||
Cheers! | Cheers! | ||