push changes, and removed comments
This commit is contained in:
@ -31,8 +31,8 @@ if ( has_post_thumbnail() ) {
|
||||
?>
|
||||
</div>
|
||||
<?php the_title( '<h3 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h3>' ); ?>
|
||||
</div><!--.post-info-wrap -->
|
||||
</div><!-- .post-thumbnail -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-content">
|
||||
<?php
|
||||
@ -53,10 +53,10 @@ if ( has_post_thumbnail() ) {
|
||||
'after' => '</div>',
|
||||
) );
|
||||
?>
|
||||
</div> <!-- .entry-content -->
|
||||
</div>
|
||||
|
||||
<footer class="entry-footer">
|
||||
<?php sophia_after_dark_entry_footer(); ?>
|
||||
</footer><!-- .entry-footer -->
|
||||
</footer>
|
||||
<?php get_template_part( 'template-parts/author/post', 'author-box' ); ?>
|
||||
</article><!-- #post-<?php the_ID(); ?> -->
|
||||
</article>
|
Reference in New Issue
Block a user