Advertisement
Guest User

pinboard theme

a guest
Feb 1st, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Replace the following code
  2. <?php the_excerpt(); ?>
  3.  
  4. with
  5.  
  6. <?php the_excerpt(); ?>
  7. <br /><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>">Read More...</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement