first commit

This commit is contained in:
root
2025-08-16 20:29:04 -04:00
commit 737e558e3f
8 changed files with 796 additions and 0 deletions

10
content-single.php Normal file
View File

@@ -0,0 +1,10 @@
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
<?php the_post_thumbnail(); // Moved this line down ?>
</header>
<div class="entry-content">
<?php the_content(); ?>
</div>
</article>