Created
November 5, 2017 16:35
-
-
Save Pavracer/f64978fc7d9482db5e26ece81ebbd467 to your computer and use it in GitHub Desktop.
change_read_more_post
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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