See of any of these help…
http://search.wordpress.org/import+apostrophe
Many are old and irrelevant, but I recall reading about this problem and remember it being resolved.
I think this is what I remember…
http://wordpress.org/support/topic/7766#post-47048
As for the second issue, not familiar with the plugin but isn’t there an option to change the site location there too?
I guess I’ll manually change the apostrophe. but someone please help with the plugin π
Looks like you put some Counterize code in your footer.php? Exactly what did you put there?
<?php echo “Total Hits: ” . counterize_getamount(); ?>
<?php echo “Hits Today: ” . counterize_gethitstoday(); ?>
<?php echo “Unique Hits: ” . counterize_getuniqueamount(); ?>
<?php echo “Unique Hits Today: ” . counterize_getuniquehitstoday(); ?>
<?php echo “Total Hits From You: ” . counterize_getfromcurrentip(); ?>
<?php echo “Total Hits From You Today: ” . counterize_gethitstodayfromcurrentip(); ?>
kanalgoel–does the Counterize Status window in your DashBoard show accurate statistics?
In the dashboard it shows:
Counterize Status ΓΒ»
Total: 4508 hits and 1447 unique.
Today: 0 hits and 0 unique.
Which means it’s showing the number of hits before I moved the site π
And you added this to your header.php?
<?php counterize_add(); ?>
WoW! I added it to the header and it’s working now! How come? This wasn’t in the installation notes!
Yes it was–in the section called “How to use it”:
http://andersdrengen.dk/projects/counterize/