HTML Footer Question. Calling all smart people!
-
I recently added a translation widget to the footer of my theme. When I did, the widget works and looks great, but my blogstats stopped working. I have included there html code of the footer and widget where I added it in the footer. Any ideas why this makes my blog stats stops working? Thanks smart people!
<div id=”footer”>
<p>Copyright © <?php echo date(‘Y’);?> <?php bloginfo(‘name’);?></p>
<center><script type=”text/javascript” src=”https://widgetserver.com/syndication/subscriber/InsertWidget.js?appId=670ef07e-6185-45d7-89b4-511e7dfd0fa1″></script><noscript>Get the Mini Site Translator widget and many other great free widgets at Widgetbox!</noscript></center>
<p class=”credits”>
</p>
</div>
</div>
<?php wp_footer(); ?>
</body>
</html>
- The topic ‘HTML Footer Question. Calling all smart people!’ is closed to new replies.