Glam - How to Remove Blog Posts From the Bottom of the Homepage
While we configured the Glam theme to showcase ALL of your important content right on the front page, should you decide that you do not want to display the blog posts and the sidebar below the homepage widgets, here’s how you would remove those:
We’ve made it really simple in the themes coding. First you will navigation from your WordPress Dashboard to APPEARANCE > EDITOR. One you’re there, on the right hand side of the screen, click on front-page.php.
Scroll down and find this section of code:
//remove_action( ‘genesis_loop’, ‘genesis_do_loop’ );
//remove_action( ‘genesis_sidebar’, ‘genesis_do_sidebar’ );
Simply follow those instructions and delete the two // at the front of each line and hit save.