Darling - How to Remove Blog Posts From the Home Page
Navigate to Appearance > Editor.
Select the front-page.php file.
Look for this line of code:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//* Remove Genesis Loop (remove // on next line to remove posts from bottom of home page) | |
//remove_action( 'genesis_loop', 'genesis_do_loop' ); |
You'll remove the // symbols on that second line and this will remove your posts on the home page.