Last active
January 19, 2022 20:57
-
-
Save nschaeferhoff/538349e121df430d622bde4c0cfa8580 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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