Initial commit: Wisdom1 barebones theme with landing page, categories, and single post templates
This commit is contained in:
11
footer.php
Normal file
11
footer.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<footer id="colophon" class="site-footer">
|
||||
<div class="site-info">
|
||||
<p>© <?php echo date( 'Y' ); ?> <?php bloginfo( 'name' ); ?></p>
|
||||
</div><!-- .site-info -->
|
||||
</footer><!-- #colophon -->
|
||||
</div><!-- #page -->
|
||||
|
||||
<?php wp_footer(); ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user