Advertisement
Guest User

Untitled

a guest
Sep 16th, 2011
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <ul>
  2. <li class="date"><?php the_time('jS F Y'); ?> </li>
  3. <li><span class="no-underline">Posted in</span></li>
  4. <li class="category"><?php the_category(', '); ?></li>
  5. <li class="comment-count"><?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></li>
  6. <li class="read-more"><a href="<?php the_permalink() ?>#more-<?php the_ID(); ?>">Continue reading</a></li>
  7. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement