How to display footer in Twenty Twelve child theme
-
Please excuse me if the question is very stupid, but I can’t figure out how to display a footer in 2012 child theme ??
I did read many posts in order to find out, but most of them are how to add widget, copyright…etc.
I’m on step one-how to display footer? Later I’ll think how to fill it up.
Please help!Best regards,
ProletNB here is the code of my footer.php if it’s of any help:
[please mark any posted code – https://codex.www.ads-software.com/Forum_Welcome#Posting_Code – some of the code below is corrupted]
<?php /** * The template for displaying the footer. * * Contains footer content and the closing of the * #main and #page div elements. * * @package WordPress * @subpackage Twenty_Twelve * @since Twenty Twelve 1.0 */ ?> </div><!-- #main .wrapper --> <footer id="colophon" role="contentinfo"> <?php /* <div class="footer-right"> <p> <a href="https://www.ohsobelle.com/terms-and-conditions/ ?" title="Terms and conditions"><img src="https://www.ohsobelle.com/wp-content/themes/moi-me/images/icon-tc.png" title="Terms and conditions"></a> <a href="https://www.ohsobelle.com/site-info/" title="Site info"><img src="https://www.ohsobelle.com/wp-content/themes/moi-me/images/icon-info.png" title="Site info"></a> <a href="https://www.facebook.com/pages/Oh-so-Belle/121186791391428" title="Join us on facebook"><img src="https://www.ohsobelle.com/wp-content/themes/moi-me/images/icon-facebook.png" title="Join us on facebook"></a> <a href="https://www.ohsobelle.com/contact-us/" title="Site info"><img src="https://www.ohsobelle.com/wp-content/themes/moi-me/images/icon-contact.png" title="Contact us"></a> </p> </div> <div class="site-info"> <?php do_action( 'twentytwelve_credits' ); ?> </div><!-- .site-info --> */ ?> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to display footer in Twenty Twelve child theme’ is closed to new replies.