links in excerpt
-
anyway to edit
public function wa_chpcs_clean($excerpt, $substr) {
$string = $excerpt;
$string = strip_shortcodes(wp_trim_words( $string, (int)$substr ));
return $string;}
to allow links in excerpts? or any other solution
https://wordpress.org/plugins/carousel-horizontal-posts-content-slider/
The topic ‘links in excerpt’ is closed to new replies.