remove comments
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
/**
|
||||
* 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): ?>
|
||||
</div> <!-- #mt-masonry -->
|
||||
</div> <!-- .sophia-after-dark-content-masonry -->
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php the_posts_pagination(); ?>
|
||||
@ -55,7 +55,7 @@ $archive_style = get_theme_mod('sophia_after_dark_archive_style', 'mt-archive--m
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ('mt-archive--block-grid-style' === $archive_style): ?>
|
||||
</div> <!-- .archive-grid-post-wrapper -->
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
</main>
|
||||
|
Reference in New Issue
Block a user