Skip to content

Instantly share code, notes, and snippets.

@svebal
Last active August 29, 2015 14:01
Show Gist options
  • Save svebal/e7de5d27d1274d4e6f02 to your computer and use it in GitHub Desktop.
Save svebal/e7de5d27d1274d4e6f02 to your computer and use it in GitHub Desktop.
startpage-posts.php
if (is_sticky() ) {
the_content();
} else {
the_excerpt();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment