Hi Go to Appearance – Editor –
Footer (footer.php)
delete everything and copy and paste the code below
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package SKT Biz
*/
?>
<div id=”copyright”>
<div class=”container”>
<div class=”left”><?php echo of_get_option(‘footertext’, true); ?></div>
<div class=”right”><?php echo of_get_option(‘footerlinks’, true); ?></div>
<div class=”clear”></div>
<?php wp_footer(); ?>
</footer>
</body>
</html>