Skip to content

Instantly share code, notes, and snippets.

@jayshreehcl
Last active December 18, 2015 08:29
Show Gist options
  • Save jayshreehcl/5754949 to your computer and use it in GitHub Desktop.
Save jayshreehcl/5754949 to your computer and use it in GitHub Desktop.
If you want to modify the default read more link in genesis theme or its child themes then use this code. Simply copy the exact snippet provided below in your theme's function file. And then finally click on save button.
/** Filter to customize the Read More link*/
function custom_read_more_link() {
return '<a href="' .get_permalink() .'>Continue reading..</a>';// Change Continue reading with you own text
}
@jayshreehcl
Copy link
Author

For more information please continue reading here..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment