Initial commit: Wisdom1 barebones theme with landing page, categories, and single post templates

This commit is contained in:
Adolfo Reyna
2026-03-12 23:06:01 -04:00
commit c4a6f2f4ab
11 changed files with 998 additions and 0 deletions

11
footer.php Normal file
View File

@@ -0,0 +1,11 @@
<footer id="colophon" class="site-footer">
<div class="site-info">
<p>&copy; <?php echo date( 'Y' ); ?> <?php bloginfo( 'name' ); ?></p>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>