I'm working on a simple WordPress theme and when it's ready I'll release it to the public. What I was wondering is if there's any solutions to tracking how many people are using my theme? Some type of code like what WordPress uses in their HTML markup for version tracking:
<meta name="generator" content="WordPress 2.8.2" /> <!-- leave this for stats please -->
Any ideas would help. Just understand that I know I can watch how many times it is *downloaded* but I want something that tells me how many are actually using it.
Thanks guys! (and Gals!)