Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Removing Blog Post From Home Page in Genesis
/** Removing Blog Post From Home Page */
remove_action( 'genesis_loop', 'genesis_do_loop' );add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );
genesis();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment