Created
June 22, 2019 21:09
-
-
Save ScottTravisHartley/89cb827ceb69c7c34707c2002646649c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| /*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