Sfoglia il codice sorgente

Footer

Added footer file with credits
master
MikeRawlins 9 anni fa
parent
commit
faf6a73d26
1 ha cambiato i file con 34 aggiunte e 0 eliminazioni
  1. +34
    -0
      footer.php

+ 34
- 0
footer.php Vedi File

@@ -0,0 +1,34 @@
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the "site-content" div and all content after.
*
* @package WordPress
* @subpackage Twenty_Fifteen
* @since Twenty Fifteen 1.0
*/
?>

</div><!-- .site-content -->

<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info">
<?php
/**
* Fires before the Twenty Fifteen footer text for footer customization.
*
* @since Twenty Fifteen 1.0
*/
do_action( 'twentyfifteen_credits' );
?>
Created in <a href="https://wordpress.org/">WordPress</a> by <a href="http://adrianshort.org">Adrian Short</a> for <a href="http://talkaboutlocal.org">Talk About Local</a> funded by the <a href="http://www.carnegieuktrust.org.uk/home">Carnegie UK Trust</a>
</div><!-- .site-info -->
</footer><!-- .site-footer -->

</div><!-- .site -->

<?php wp_footer(); ?>

</body>
</html>

Caricamento…
Annulla
Salva