Theme Twenty Fourteen: Modify the footer.
-
Hi All,
I am no good with php! I would like to have in the footer alongside “Powered by WordPress” Site host handmadepages also our copyright.
I have tried and the site host and copyright are in a column beneath WordPress.
Any help would be great, Thanks.John`
<?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 */ ?> </div><!-- #main --> <footer id="colophon" class="site-footer" role="contentinfo"> <?php get_sidebar( 'footer' ); ?> <div class="site-info"> <?php do_action( 'twentyfourteen_credits' ); ?> <a>"><?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ) ?></a> <p><a href="https://www.handmadepages.co.uk">site host handmadepages</a> <p>© copyright Eastbourne FHS 2013</p> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Theme Twenty Fourteen: Modify the footer.’ is closed to new replies.