Add own footer with link to Hitchcock
This commit is contained in:
parent
2665e95862
commit
156b3c619f
1 changed files with 13 additions and 0 deletions
13
footer.php
Normal file
13
footer.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<div class="credits section-inner">
|
||||
|
||||
<p>© <?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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue