Advertisement
gilzow

Untitled

Nov 15th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /** Add link beneath an excerpt to the full post */
  2. function excerpt_read_more_link($output) {
  3.  global $post;
  4.  return '<a href="'. get_permalink($post->ID) . '"> [Read More...]</a>';
  5. }
  6.  
  7. //The site is http://news-dev.mst.edu (you may not be able to view this).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement