Skip to content

Instantly share code, notes, and snippets.

@AmeliaBriscoe
Last active January 3, 2016 13:39
Show Gist options
  • Save AmeliaBriscoe/8470613 to your computer and use it in GitHub Desktop.
Save AmeliaBriscoe/8470613 to your computer and use it in GitHub Desktop.
Thesis Custom Read More Link Text
function custom_excerpt_read_more_link() { ?>
<div class="custom-read-more"><a href="<?php the_permalink(); ?>"> Read More...</a></div>
<?php }
add_action ('thesis_hook_post_box_thesis_post_bottom' , 'custom_excerpt_read_more_link');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment