Viewing 7 replies - 1 through 7 (of 7 total)
  • Yeah, but what do you want to do with it?

    Thread Starter JoshuaMunoz

    (@joshuamunoz)

    Change it to something simple.

    Copyright 2013, Gadget Fit

    Nothing too complicated.

    Do you want to add that or replace the “Powered by WP”? And if add – where?

    Thread Starter JoshuaMunoz

    (@joshuamunoz)

    Replace it, remove the hyperlink.

    Okay so put in your child theme footer.php file:

    <?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">
    		<div class="site-info">
    			YOUR TEXT HERE
    		</div><!-- .site-info -->
    	</footer><!-- #colophon -->
    </div><!-- #page -->
    
    <?php wp_footer(); ?>
    </body>
    </html>

    Thread Starter JoshuaMunoz

    (@joshuamunoz)

    Pasted it, but it pasted the code all over the place, like on the sides of the widgets an such.

    Hmm, well, now I can’t see your site…can you undo that Coming Soon?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Theme: Twenty Twelve, change footer in child theme’ is closed to new replies.