I am finally getting this template to just the way I want. I have majority of it covered, but one thing I can't get to work is placing a stat counter in the footer next to the blog name. I've gone and tried editing Presentation -> Theme editor -> Footer.php and placing the code in there. However, nothing shows up. This is a counter from stat counter, which I'm guessing is java based.
Anyone know how to implement this counter in the footer area?
an example of the code is below:
<!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=xxxxxxx;
var sc_invisible=0;
var sc_partition=36;
var sc_security="xxxxxxx";
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript><div class="statcounter"><img class="statcounter" src="http://c37.statcounter.com/xxxxxxx/0/xxxxxxx/0/" alt="web analytics" /></div></noscript>
<!-- End of StatCounter Code -->
not resolved