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