Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.57 KB | None | 0 0
  1.             <ul>
  2.                 <?php _e('By', 'wpzoom');?>  <?php the_author_posts_link(' '); ?> &nbsp;
  3.                 <?php if ($wpzoom_singlepost_date == 'Show') { ?><li class="time"><?php the_time('F j, Y') ?></li><?php } ?>   
  4.                 <?php if ($wpzoom_singlepost_cat == 'Show') { ?><li class="category"><?php the_category(', ') ?></li><?php } ?>
  5.                 <?php if ($wpzoom_singlepost_comm == 'Show') { ?><li class="comments"><?php comments_popup_link( __('0', 'wpzoom'), __('1', 'wpzoom'), __('%', 'wpzoom')); ?></li><?php } ?>   
  6.                 <?php edit_post_link( __('Edit', 'wpzoom'), '<li>', ' </li>  '); ?>
  7.             </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement