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

@ -20,7 +20,7 @@ if ( has_post_thumbnail() ) {
echo '<div class="thumb-cat-wrap">';
sophia_after_dark_post_thumbnail();
sophia_after_dark_article_categories_list();
echo '</div><!-- .thumb-cat-wrap -->';
echo '</div>';
if ( 'post' === get_post_type() ) {
?>
<div class="entry-cat">
@ -28,12 +28,12 @@ if ( has_post_thumbnail() ) {
sophia_after_dark_posted_on();
sophia_after_dark_posted_by();
?>
</div><!-- .entry-meta -->
</div>
<?php } ?>
<header class="entry-header">
<?php the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' ); ?>
</header><!-- .entry-header -->
</header>
<div class="entry-content">
<?php
@ -54,9 +54,9 @@ if ( has_post_thumbnail() ) {
) );
}
?>
</div><!-- .entry-content -->
</div>
<footer class="entry-footer">
<?php sophia_after_dark_entry_footer(); ?>
</footer><!-- .entry-footer -->
</article><!-- #post-<?php the_ID(); ?> -->
</footer>
</article>