Skip to content

Instantly share code, notes, and snippets.

@tomharrigan
Created February 9, 2014 21:21
Show Gist options
  • Select an option

  • Save tomharrigan/8906099 to your computer and use it in GitHub Desktop.

Select an option

Save tomharrigan/8906099 to your computer and use it in GitHub Desktop.
add_filter( 'upstart_homepage_blog_posts', 'upstart_remove_homepage_blog_posts' );
function upstart_remove_homepage_blog_posts() {
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment