Add own footer with link to Hitchcock

This commit is contained in:
Markus Ankenbrand 2016-09-12 22:35:05 +02:00
parent 2665e95862
commit 156b3c619f

13
footer.php Normal file
View file

@ -0,0 +1,13 @@
<div class="credits section-inner">
<p>&copy; <?php echo date('Y'); ?> <a href="<?php echo esc_url( home_url() ); ?>"><?php bloginfo('name'); ?></a></p>
<p> Theme abgeleitet von <a href="https://wordpress.org/themes/hitchcock/">Hitchcock</a></p>
<div class="clear"></div>
</div> <!-- /credits -->
<?php wp_footer(); ?>
</body>
</html>