did some sniff sniff

This commit is contained in:
2025-07-14 21:47:29 -07:00
parent c6bb1b7c7b
commit 0e9321b01a
44 changed files with 2557 additions and 2259 deletions

View File

@@ -21,10 +21,10 @@ get_header();
if ( have_posts() ) :
if ( 'sad-archive--masonry-style' === $archive_style ) :
?>
?>
<div class="sophia-after-dark-content-masonry">
<div id="sad-masonry">
<?php
<?php
endif;
/* Start the Loop */
@@ -34,10 +34,10 @@ get_header();
endwhile;
if ( 'sad-archive--masonry-style' === $archive_style ) :
?>
?>
</div>
</div>
<?php
<?php
endif;
the_posts_pagination();