did some sniff sniff
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user