diff --git a/search.php b/search.php index 0abef8d..0ee955c 100644 --- a/search.php +++ b/search.php @@ -81,7 +81,7 @@ function sk_do_search_loop() { add_filter( 'genesis_pre_get_option_content_archive_limit', 'sk_content_limit' ); // modify the Content Limit read more link. - // add_filter( 'get_the_content_more_link', 'sp_read_more_link' ); + add_filter( 'get_the_content_more_link', 'sp_read_more_link' ); // force excerpts. // add_filter( 'genesis_pre_get_option_content_archive', 'sk_show_excerpts' );