first commit
This commit is contained in:
10
content-single.php
Normal file
10
content-single.php
Normal 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>
|
||||
Reference in New Issue
Block a user