remove comments

This commit is contained in:
2025-05-20 22:55:11 -07:00
parent b7cdf496b6
commit 0cd241571f
6 changed files with 32 additions and 32 deletions

12
404.php
View File

@ -1,4 +1,4 @@
<?php <?php
/** /**
* The template for displaying 404 pages (not found) * The template for displaying 404 pages (not found)
* *
@ -26,8 +26,8 @@ $sophia_after_dark_pnf_latest_posts = get_theme_mod( 'sophia_after_dark_enable_p
<div class="page-content"> <div class="page-content">
<p><?php esc_html_e( 'It looks like nothing was found at this location.', 'sophia-after-dark' ); ?></p> <p><?php esc_html_e( 'It looks like nothing was found at this location.', 'sophia-after-dark' ); ?></p>
</div><!-- .page-content --> </div>
</section><!-- .error-404 --> </section>
<?php if ( true === $sophia_after_dark_pnf_latest_posts ) : ?> <?php if ( true === $sophia_after_dark_pnf_latest_posts ) : ?>
<div class="page-extra-content mt-404-latest-posts-wrapper"> <div class="page-extra-content mt-404-latest-posts-wrapper">
@ -55,11 +55,11 @@ $sophia_after_dark_pnf_latest_posts = get_theme_mod( 'sophia_after_dark_enable_p
wp_reset_postdata(); wp_reset_postdata();
?> ?>
</div><!-- .mt-404-latest-posts-wrapper --> </div>
<?php endif; ?> <?php endif; ?>
</main><!-- #main --> </main>
</div><!-- #primary --> </div>
<?php <?php
get_footer(); get_footer();

View File

@ -1,4 +1,4 @@
<?php <?php
/** /**
* The template for displaying archive pages * The template for displaying archive pages
* *
@ -38,8 +38,8 @@ get_header();
?> ?>
<?php if ( 'mt-archive--masonry-style' === $archive_style ) : ?> <?php if ( 'mt-archive--masonry-style' === $archive_style ) : ?>
</div><!-- #mt-masonry --> </div>
</div><!-- .sophia-after-dark-content-masonry --> </div>
<?php endif; ?> <?php endif; ?>
<?php <?php
@ -58,13 +58,13 @@ get_header();
<?php endif; ?> <?php endif; ?>
<?php if ( 'mt-archive--block-grid-style' === $archive_style ) : ?> <?php if ( 'mt-archive--block-grid-style' === $archive_style ) : ?>
</div><!-- .archive-grid-post-wrapper --> </div>
<?php endif; ?> <?php endif; ?>
</main><!-- #main --> </main>
</div><!-- #primary --> </div>
<?php get_sidebar(); ?> <?php get_sidebar(); ?>
</div><!-- .mt-page-content-wrapper --> </div>
<?php get_footer(); ?> <?php get_footer(); ?>

View File

@ -1,4 +1,4 @@
<?php <?php
/** /**
* The main template file * The main template file
* *
@ -44,8 +44,8 @@ $archive_style = get_theme_mod('sophia_after_dark_archive_style', 'mt-archive--m
?> ?>
<?php if ('mt-archive--masonry-style' === $archive_style): ?> <?php if ('mt-archive--masonry-style' === $archive_style): ?>
</div> <!-- #mt-masonry --> </div>
</div> <!-- .sophia-after-dark-content-masonry --> </div>
<?php endif; ?> <?php endif; ?>
<?php the_posts_pagination(); ?> <?php the_posts_pagination(); ?>
@ -55,7 +55,7 @@ $archive_style = get_theme_mod('sophia_after_dark_archive_style', 'mt-archive--m
<?php endif; ?> <?php endif; ?>
<?php if ('mt-archive--block-grid-style' === $archive_style): ?> <?php if ('mt-archive--block-grid-style' === $archive_style): ?>
</div> <!-- .archive-grid-post-wrapper --> </div>
<?php endif; ?> <?php endif; ?>
</main> </main>

View File

@ -1,4 +1,4 @@
<?php <?php
/** /**
* The template for displaying all pages * The template for displaying all pages
* *
@ -31,11 +31,11 @@ get_header();
endwhile; endwhile;
?> ?>
</main><!-- #main --> </main>
</div><!-- #primary --> </div>
<?php get_sidebar(); ?> <?php get_sidebar(); ?>
</div><!-- .mt-page-content-wrapper --> </div>
<?php <?php
get_footer(); get_footer();

View File

@ -1,4 +1,4 @@
<?php <?php
/** /**
* The template for displaying search results pages * The template for displaying search results pages
* *
@ -35,8 +35,8 @@ get_header();
if ( 'mt-archive--masonry-style' === $archive_style ) : if ( 'mt-archive--masonry-style' === $archive_style ) :
?> ?>
</div><!-- #mt-masonry --> </div>
</div><!-- .sophia-after-dark-content-masonry --> </div>
<?php <?php
endif; endif;
@ -48,15 +48,15 @@ get_header();
endif; endif;
if ( 'mt-archive--block-grid-style' === $archive_style ) { if ( 'mt-archive--block-grid-style' === $archive_style ) {
echo '</div><!-- .archive-grid-post-wrapper -->'; echo '</div>';
} }
?> ?>
</main><!-- #main --> </main>
</section><!-- #primary --> </section>
<?php get_sidebar(); ?> <?php get_sidebar(); ?>
</div><!-- .mt-page-content-wrapper --> </div>
<?php <?php
get_footer(); get_footer();

View File

@ -1,4 +1,4 @@
<?php <?php
/** /**
* The template for displaying all single posts * The template for displaying all single posts
* *
@ -34,11 +34,11 @@ get_header();
} }
?> ?>
</main><!-- #main --> </main>
</div><!-- #primary --> </div>
<?php get_sidebar(); ?> <?php get_sidebar(); ?>
</div><!-- .mt-page-content-wrapper --> </div>
<?php <?php
get_footer(); get_footer();