Merge pull request #1226 from Ismail-elkorchi/_s_posted
Split _s_posted_on into two functions
This commit is contained in:
commit
388951f1ee
3 changed files with 20 additions and 4 deletions
|
@ -20,7 +20,10 @@
|
|||
|
||||
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; ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue