push changes, and removed comments

This commit is contained in:
2024-04-15 17:03:43 -07:00
parent a63e80f9e4
commit de7a7fcc50
28 changed files with 155 additions and 155 deletions

View File

@ -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>