updated file structures and HTML, added archive, single, page for better view control. updated labeling.
This commit is contained in:
11
content.php
11
content.php
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
// MFWPT - content.php
|
||||
|
||||
// content.PHP
|
||||
?>
|
||||
|
||||
<article id="post-<?php the_ID(); ?>" >
|
||||
@ -11,13 +11,4 @@
|
||||
<?php the_content(); ?>
|
||||
</section><!-- /.blog-post -->
|
||||
|
||||
<section class="blog-comments">
|
||||
<?php
|
||||
// If comments are open or we have at least one comment, load up the comment template.
|
||||
if ( comments_open() || get_comments_number() ) :
|
||||
comments_template();
|
||||
endif;
|
||||
?>
|
||||
</section> <!-- blog comments -->
|
||||
|
||||
</article>
|
||||
|
Reference in New Issue
Block a user