How to Customize the Genesis Content Limit Read More Text
// Customize the Genesis content limit read more link add_filter( ‘get_the_content_more_link’, ‘sp_read_more_link’ ); function sp_read_more_link() { return ‘<p class=”more-link”>Continue reading » <a href=”‘ . get_permalink()