Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi flloyd2010,

    Are you trying to add a copyright section? I don’t believe there is one by default.

    Thread Starter flloyd2010

    (@flloyd2010)

    I had it already, from years ago. When I posted my question, I was looking at it. Now it’s not there! Bizarre.

    So yes, now I am trying to add one. I guess it will involve a plugin?

    It sounds like someone may have updated the theme to include it before? Did you update the theme recently?

    In the short term you can add it to wp-content/themes/twentyfourteen/footer.php. Something like this:

    <div class="site-info">
            <?php do_action( 'twentyfourteen_credits' ); ?>
            <a>"><?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?></a>
            <p style="text-align:center;"><?php echo 'Copyright ' . date( 'Y' ) ?></p>
        </div>

    This will get overwritten when you update your theme or (possibly) WordPress though. It should really be done in a child theme at some point to prevent this though.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how do I edit the copyright information in theme Twenty Fourteen?’ is closed to new replies.