Version 1.0.0 - Initialisation du thème Portfolio Photo
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php get_header(); ?>
|
||||
<main class="container">
|
||||
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
|
||||
<article>
|
||||
<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
|
||||
<?php the_content(); ?>
|
||||
</article>
|
||||
<?php endwhile; endif; ?>
|
||||
</main>
|
||||
<?php get_footer(); ?>
|
||||
Reference in New Issue
Block a user