Read more rename

Hi. Where i can rename read more buttom text in blog slider? 
And where i can delete  inblog slider [...] (after short text) :)

Thanks!

Comments

  • edited September 2014
    I fixed this moments:

    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 )
  • You can change it much easier in Theme options > Translate > Blog & Portfolio section. So you don`t need to modify theme files.
Sign In or Register to comment.