Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
18 changes: 18 additions & 0 deletions 01-wordpress/wp-content/themes/child-theme/footer.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
:::html
<footer id="site-credits" class="container">
<div class="row">
<div class="col-sm-6 text-muted credit">
<p>
All content copyright &copy;
<a href="<?php echo home_url('/'); ?>"
rel="home"><?php bloginfo('name', 'display'); ?></a>
</p>
</div>
<div class="col-sm-6 text-muted text-right credit">
<p>
Powered by
<a href="http://gethoverboard.com/">Hoverboard</a>
</p>
</div>
</div>
</footer>