久久精品水蜜桃av综合天堂,久久精品丝袜高跟鞋,精品国产肉丝袜久久,国产一区二区三区色噜噜,黑人video粗暴亚裔

WordPress:WPMU Functions/get sitestats

來(lái)自站長(zhǎng)百科
Xxf3325討論 | 貢獻(xiàn)2008年9月27日 (六) 10:48的版本 (新頁(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"...)
(差異) ←上一版本 | 最后版本 (差異) | 下一版本→ (差異)
跳轉(zhuǎn)至: 導(dǎo)航、? 搜索

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)