commented when no content found. documented closing tags.

This commit is contained in:
jorge-vitrubio 2022-09-12 14:04:17 +02:00
parent 12c0e5b8ca
commit 310c99a740
1 changed files with 5 additions and 6 deletions

View File

@ -87,13 +87,12 @@ get_header(); ?>
<?php endwhile; wp_reset_query(); ?>
</ul>
<?php else: ?>
<p class="no-data">
<?php _e( 'Apologies, but no results were found.', 'hangar' ); ?>
</p><!-- .no-data -->
<p class="no-data">
<?php // _e( 'Apologies, but no results were found.', 'hangar' ); ?>
</p><!-- .no-data -->
<?php endif; ?>
</div><!-- .content -->
</div>
<!--end Main-->
</div><!-- #content .indexall -->
<?php get_footer(); ?>