removed featured in home page
This commit is contained in:
parent
b7b6092988
commit
71e1054c18
6
page.php
6
page.php
|
@ -29,9 +29,9 @@ get_header();
|
||||||
|
|
||||||
</main><!-- #main -->
|
</main><!-- #main -->
|
||||||
<?php
|
<?php
|
||||||
if ( is_front_page() ) :
|
// if ( is_front_page() ) :
|
||||||
get_template_part( 'template-parts/section', 'featured' );
|
// get_template_part( 'template-parts/section', 'featured' );
|
||||||
endif;
|
// endif;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in New Issue