I fixed that part and ecrypted the footer. Took me about 2 hours, lol. Anyways – I removed most of the footer and now I have a weird white thing below my footer…….. which I’m not sure how to remove. It’s at: https://www.freenewwebsitetraffic.com
Here is the footer code:`
<div id=”footer”>
<div id=”footer_box”>
</div><!– #footer –>
</div><!– #wrapper .hfeed –>
<div id=”b-b”>
<p>
© Copyright <?php bloginfo(‘name’) ?>. <?php if(is_home()) : ?>Best web hosting<?php endif; ?>
</p>
<?php wp_footer() ?>
</div>
</body>
</html>