hhuskies
Member
Posted 17 years ago #
Hello,
My wordpress isn't fully open to the public yet, but that is why I want you all to check it out and judge me on my design, etc...Notice anything I need to fix before I open it up to the public? (other than the fact that the posts don't work. LOL. Which will be fixed shortly)
http://www.sleddoggin.com/blogs/
Thanks!
Christian
hhuskies
Member
Posted 17 years ago #
you might want to reduce number of adds for now, to entice users to sign up.
kaliannah
Member
Posted 17 years ago #
I think you did a fantastic job on the design. Simple, eye catching. May I ask where you found the stat plugin? The one I found doesn't look like yours - which definitely looks better than the one I'm currently using.
hhuskies
Member
Posted 16 years ago #
No problem at all kaliannah. All you have to do is place this code in your sidebar, and you will get your blog stats. It just calls the sitestats from your system.
<?php
$stats = get_sitestats();
echo "There are currently <b>".$stats[ 'blogs' ]."</b> blogs and <b>".$stats[ 'users' ]."</b> users."; ?>
If placing in your sidebar, remember to place the proper <h3> headings, and your
tags. Just to make it more appealing - and for your CSS to properly place the stats. You can use something like <h3>Stats</h3>, for your header.