By default, excerpt more string at the end is set to '[…]'. To change excerpt more string using excerpt_more filter, add the following code to functions.php file in your theme:
function new_excerpt_more( $more ) { return '[.....]'; } add_filter('excerpt_more', 'new_excerpt_more');
and rename read more buttom text in blog slider:
just create in locale direction js_composer-en_US and translate "read more" moment )
Comments
delete [...] after excerpt:
By default, excerpt more string at the end is set to '[…]'. To change excerpt more string using excerpt_more filter, add the following code to functions.php file in your theme:
function new_excerpt_more( $more ) { return '[.....]'; } add_filter('excerpt_more', 'new_excerpt_more');
and rename read more buttom text in blog slider:
just create in locale direction js_composer-en_US and translate "read more" moment )