Dateien nach "Minecraft-Modern-Theme" hochladen

This commit is contained in:
2025-11-29 17:24:06 +00:00
parent 106feb6e60
commit 9e8a51a482
11 changed files with 1267 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<?php get_header(); ?>
<main id="primary" class="site-main">
<div class="container">
<div class="content-area">
<?php while ( have_posts() ) : the_post(); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class('post'); ?>>
<div class="post-content">
<h1 class="post-title"><?php the_title(); ?></h1>
<div class="post-entry">
<?php the_content(); ?>
</div>
</div>
</article>
<?php endwhile; ?>
</div>
</div>
</main>
<?php get_footer(); ?>