25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?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>
|