Skip to content

Instantly share code, notes, and snippets.

@Pavracer
Created November 5, 2017 16:35
Show Gist options
  • Save Pavracer/f64978fc7d9482db5e26ece81ebbd467 to your computer and use it in GitHub Desktop.
Save Pavracer/f64978fc7d9482db5e26ece81ebbd467 to your computer and use it in GitHub Desktop.
change_read_more_post
<script type="text/javascript">
jQuery(document).ready( function() {
jQuery(".post-content a.more-link ").text('Text_goes_here');
} );
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment