KunalGoel
Member
Posted 4 years ago #
I shifted my blog from http://scribbles.indivibes.net to http://imagine.blogintro.com I'm facing two problems:
1. The apostrophe (') is not displaying correctly in the posts (eg: http://imagine.blogintro.com/62/you-win-again )
2. Counterize plugin is showing the previous hits, but is not counting the hits (check the footer).
Please Help.
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.
KunalGoel
Member
Posted 4 years ago #
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?
KunalGoel
Member
Posted 4 years ago #
I guess I'll manually change the apostrophe. but someone please help with the plugin :-(
KunalGoel
Member
Posted 4 years ago #
Looks like you put some Counterize code in your footer.php? Exactly what did you put there?
KunalGoel
Member
Posted 4 years ago #
<?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?
KunalGoel
Member
Posted 4 years ago #
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(); ?>
KunalGoel
Member
Posted 4 years ago #
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/