please help me restore my footer code
-
Hello
My footer and my admin option disappeared when I messed with the footer code. Can someone please help me restore it to its original code. It looks like this at the moment, what is the full correct code for Twenty Forteen, please.
<?php
/**
* The template for displaying the footer
*
* Contains footer content and the closing of the #main and #page div elements.
*
* @package WordPress
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?><footer id=”colophon” class=”site-footer” role=”contentinfo”>
<?php get_sidebar( ‘footer’ ); ?>
<div class=”site-info”>
<?php do_action( ‘twentyfourteen_credits’ ); ?>
“><?php printf( __(
</div><!– .site-info –>
<?php wp_footer(); ?></footer><!– #colophon –> “
</div><!– #page –></body>
</html>The blog I need help with is: (visible only to logged in users)
-
I’m afraid you’re in the wrong forum. This support forum is only for free WordPress.com blogs. You appear to have a self-hosted WordPress.ORG install. WordPress.com and WordPress.org are completely separate and different: http://en.support.wordpress.com/com-vs-org/
Please visit the WordPress.org support forum for assistance as we won’t be able to help you here: http://wordpress.org/support/ If you don’t already have a username on that forum, click the register button in the upper right corner so you can post in that forum.
- The topic ‘please help me restore my footer code’ is closed to new replies.