Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ScottTravisHartley/89cb827ceb69c7c34707c2002646649c to your computer and use it in GitHub Desktop.

Select an option

Save ScottTravisHartley/89cb827ceb69c7c34707c2002646649c to your computer and use it in GitHub Desktop.
/*Genesis Change Read More Text*/
function sertmedia_read_more_link() {
return '... <a class="more-link" href="' . get_permalink() . '">Continue Reading <i class="fa fa-arrow-right"></i></a>';
}
add_filter( 'get_the_content_more_link', 'sertmedia_read_more_link' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment