Excerpt link does not seem to work anymore
-
Hi,
this function, for linking the excerpt text to the post, does not seem to work anymore:
function filter_crp_excerpt( $excerpt, $id ) { return '<a href="' . get_permalink( $id ) . '">' . $excerpt . '</a>'; } add_filter( 'crp_excerpt', 'filter_crp_excerpt', 10, 2 );
Has during an update of the plugin changed anything? A few weeks ago it worked just fine.
Thanks!
https://www.ads-software.com/plugins/contextual-related-posts/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Excerpt link does not seem to work anymore’ is closed to new replies.