chore(single.php): put only the title and content on the "article" tag
This commit is contained in:
parent
7037021187
commit
6cefb84c91
1 changed files with 34 additions and 35 deletions
|
@ -20,6 +20,7 @@
|
||||||
<div class="article-entry">
|
<div class="article-entry">
|
||||||
<?php the_content(); ?>
|
<?php the_content(); ?>
|
||||||
</div>
|
</div>
|
||||||
|
</article>
|
||||||
|
|
||||||
<section class="card card-noheader">
|
<section class="card card-noheader">
|
||||||
<div class="author-area">
|
<div class="author-area">
|
||||||
|
@ -55,8 +56,6 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
<?php comments_template(); ?>
|
<?php comments_template(); ?>
|
||||||
|
|
||||||
<?php endwhile; ?>
|
<?php endwhile; ?>
|
||||||
|
|
Reference in a new issue