hi,
now i have limit the words in excerpt with:
add_filter('lae_posts_carousel_entry_excerpt', 'mytheme_restrict_excerpt', 10, 1);
function mytheme_restrict_excerpt($excerpt) {
$excerpt = '<div class="entry-summary">';
$length = 170; // ......
How can i add a “read more button”? it didn’t work with (see link below) because of limit the excerpt, the button is affected.
https://www.ads-software.com/support/topic/read-more-link-to-post-carousel/