Howdy folks I'm using the Stat Traq (http://wordpress.org/extend/plugins/wp-stattraq/) plugin on my word press blog, to publish stats directly to the home page of my site. I actually got a friend to do the coding, but he's now on holidays. I'm trying to work out how to publish the statistics for the "Week to date" - in other words, the number of unique visitors from Sunday at midnight through until now. I have found the code (see below) that my friend used to get today's stats, and yesterday's stats, and last weeks stats, but have no idea where the getuVC function came from, and what variables I can plug into it. <?php echo getuVC('today'); ?> unique visitors today<br /> <?php echo getuVC('yesterday'); ?> unique visitors yesterday <br/> <?php echo getuVC('lastweek'); ?> unique visitors last week<br /><br /> PHP: Does anyone have any ideas?
Ok, time is money...if you can assist with this, and get it right, I'm willing to swing you a couple of dollars!!
Why not contact the developer? http://randypeterman.com/StatTraq/ I don't use the plugin. Never heard of it in fact. Did you want me to make up a response?
Good idea, I'll drop him an email. I've already posted a comment on his blog asking for support, but that's probably not the best way of getting his attention and assistance ...!
You're new to wordpress, aren't you? 1) Best method: Use the wordpress support forums. Be sure to tag the thread with the name of the plugin. http://wordpress.org/support Code (markup): 2) 2nd best: Contact the author. 3) Third best: Write a post on your blog bitching about the plugin in question.
Hey mate! Nope, in fact I've been using Wordpress for years. To be honest, I really find it hard to get immediate support for Wordpress issues. I've had countless threads in the Wordpress support forums that are never answered - perhaps I am just bad at phrasing my questions the right way, who knows?! I still haven't been in contact with the author directly though - I'll send him a note now, thanks for the advice.