dot dot dot in trip description

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7541
    mashaku
    Participant

    Hello,
    Can you please help me no change dot dot dot (…) than appears in the front page Slide bar or in the short description of the trip in the list of the trips.
    The sentence is complete ante the next sentence is in the new paragraphб but in the announcement appears …
    You can see it here http://travelcostablanca.ru/trip-type/bike-tours/

    Thank you
    Maria

    #7542
    WP Travel Admin
    Keymaster

    Hello @mashaku,

    To remove the “…’ in the excerpt on archive and slider you need add below given code in your child theme’s functions.php file.

    function travel_log_child_excerpt_more( $mo ) {
      return '';
    }
    add_filter( 'excerpt_more', 'travel_log_child_excerpt_more', 99 );

    Hope this helps.

    Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.