Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nschaeferhoff/538349e121df430d622bde4c0cfa8580 to your computer and use it in GitHub Desktop.
Save nschaeferhoff/538349e121df430d622bde4c0cfa8580 to your computer and use it in GitHub Desktop.
echo '<div class="entry-meta">';
if ( is_single() ) {
twentyseventeen_posted_on();
} else {
echo twentyseventeen_time_link();
twentyseventeen_edit_link();
};
echo '<div id="word-count">This post contains ' . word_count() . ' words.</div>';
echo '</div><!-- .entry-meta -->';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment