init - content layout for blog posts
This commit is contained in:
12
content.php
Normal file
12
content.php
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
// content.PHP
|
||||||
|
?>
|
||||||
|
|
||||||
|
<div class="blog-post">
|
||||||
|
<h2 class="blog-post-title"><?php the_title(); ?></h2>
|
||||||
|
<p class="blog-post-meta"><?php the_date(); ?> by <a href="#"><?php the_author(); ?></a></p>
|
||||||
|
|
||||||
|
<?php the_content(); ?>
|
||||||
|
|
||||||
|
</div><!-- /.blog-post -->
|
Reference in New Issue
Block a user