Split _s_posted_on into two functions

This commit is contained in:
Ismail El Korchi 2017-10-29 15:31:22 +00:00
parent ff6cc41087
commit 2d74ebd7c9
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 -->