how-to made blog number counter?
how-to made blog number counter?
As in "we have this many blogs here on this install"?
Here's the code that I use on my site:
<?php
$stats = get_sitestats();
echo "<h2 class="storytitle">Site Stats</h2>";
echo "There are currently ".$stats[ 'blogs' ]." blogs running on this server and ".$stats[ 'users' ]." users.<br />";
/>
thanks ))))
ii modified it and now using on my byjournal.com )))
hi to all
i want to display total visitors in my site & i m using ur instruction but i can not find my solution
Please i need it urgent.
can u help me ?
what i do to display this
thanks in Advance