remove comments
This commit is contained in:
14
archive.php
14
archive.php
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
/**
|
||||
* The template for displaying archive pages
|
||||
*
|
||||
@@ -38,8 +38,8 @@ get_header();
|
||||
?>
|
||||
|
||||
<?php if ( 'mt-archive--masonry-style' === $archive_style ) : ?>
|
||||
</div><!-- #mt-masonry -->
|
||||
</div><!-- .sophia-after-dark-content-masonry -->
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php
|
||||
@@ -58,13 +58,13 @@ get_header();
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ( 'mt-archive--block-grid-style' === $archive_style ) : ?>
|
||||
</div><!-- .archive-grid-post-wrapper -->
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
</main><!-- #main -->
|
||||
</div><!-- #primary -->
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<?php get_sidebar(); ?>
|
||||
</div><!-- .mt-page-content-wrapper -->
|
||||
</div>
|
||||
|
||||
<?php get_footer(); ?>
|
||||
|
||||
Reference in New Issue
Block a user