Merge pull request #1226 from Ismail-elkorchi/_s_posted

Split _s_posted_on into two functions
This commit is contained in:
Laurel 2018-01-26 09:50:01 -08:00 committed by GitHub
commit 388951f1ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 4 deletions

View file

@ -15,7 +15,10 @@
<?php if ( 'post' === get_post_type() ) : ?>
<div class="entry-meta">
<?php _s_posted_on(); ?>
<?php
_s_posted_on();
_s_posted_by();
?>
</div><!-- .entry-meta -->
<?php endif; ?>
</header><!-- .entry-header -->