added template part for page content
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||
|
||||
<?php
|
||||
echo '<div class="content">';
|
||||
echo "<h1>", the_title(), "</h1>";
|
||||
the_content();
|
||||
echo '</div>';
|
||||
?>
|
||||
</article>
|
||||
Reference in New Issue
Block a user