Add theme files
This commit is contained in:
parent
f26a8af215
commit
c15e911769
4 changed files with 87 additions and 0 deletions
14
wp-content/themes/wp-tailwind/footer.php
Normal file
14
wp-content/themes/wp-tailwind/footer.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<footer class="pt-24 pb-16">
|
||||
<p class="text-grey-darker">
|
||||
<?php bloginfo('slogan'); ?>,
|
||||
|
||||
<a href="<?php echo esc_url(__('https://wordpress.org/', 'twentynineteen')); ?>">
|
||||
<?php printf(__('Proudly powered by %s.'), 'WordPress'); ?>
|
||||
</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<?php wp_footer(); ?>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue