Well nobody took anything away in the editor.. The footer is still there but maybe their is content missing.. I’ve pasted the current content of the footer.php below:
<?php
/**
* The template for displaying the footer.
*
* Contains footer content and the closing of the
* #main and #page div elements.
*
* @package Suits
* @since Suits 1.0
*/
?>
</div><!– #main –>
<footer id=”colophon” class=”site-footer” role=”contentinfo”>
<?php get_sidebar( ‘footer’ ); ?>
<div class=”site-info-container”>
<div class=”site-info”>
<?php do_action( ‘suits_credits’ ); ?>
<?php printf( __( ‘test’, ‘test’ ), ); ?>
<span class=”sep”> · </span>
</div><!– .site-info –>
</div><!– .site-info-container –>
</footer><!– #colophon –>
</div><!– #page –>
<?php wp_footer(); ?>
</body>
</html>
Is it possible to fix this with a simple trick or do we have to build the site from scratch again?
Thanks in advance!