removed featured in home page

This commit is contained in:
jorge-vitrubio 2024-01-10 14:15:03 +01:00
parent b7b6092988
commit 71e1054c18
1 changed files with 3 additions and 3 deletions

View File

@ -29,9 +29,9 @@ get_header();
</main><!-- #main -->
<?php
if ( is_front_page() ) :
get_template_part( 'template-parts/section', 'featured' );
endif;
// if ( is_front_page() ) :
// get_template_part( 'template-parts/section', 'featured' );
// endif;
?>
<?php