theme and plugin sync

This commit is contained in:
2024-03-20 17:38:18 -04:00
commit 03e44e02f0
224 changed files with 56542 additions and 0 deletions

21
single.php Normal file
View File

@@ -0,0 +1,21 @@
<?php
/**
* Single post template.
*
* @package ThemeStarter
*/
?>
<!-- Get Header -->
<?php get_header(); ?>
<!-- Single Post Template -->
<section class="flex h-full items-center justify-center">
<i class="text-7xl bi-sticky"></i>
<h1 class="text-2xl p-4 underline ">Single Post Template</h1>
</section>
<!-- Get Footer -->
<?php get_footer(); ?>