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 sitestats:修訂間差異
來(lái)自站長(zhǎng)百科
(新頁(yè)面: Useful for getting site stats. You can post stats in your theme sidebar.php by pasting this snippet. Just paste this code in your theme's sidebar.php <pre> <?php <h2 class="storytitle"...) ? |
(沒(méi)有差異)
|
2008年9月27日 (六) 10:48的最新版本
Useful for getting site stats.
You can post stats in your theme sidebar.php by pasting this snippet.
Just paste this code in your theme's sidebar.php
<?php <h2 class="storytitle">Site Stats</h2>"; echo "There are currently ".$stats[ 'blogs' ]." blogs running on this server and ".$stats[ 'users' ]." users.<br />"; ?>
Cheers! --Devportals 03:45, 21 June 2008 (UTC)