excerpt-text remove dots
-
Hello,
I have a problem with three dots when using “Read more” in a post on the home page.
<div class="excerpt-text">text text text text...</div>
I have already tried many solutions by typing scripts in functions.php and using the “Snippets” plugin. Without results. Any ideas on how to remove / disable it. Without violating the “Read more” concept. From what I can see, 3 dots are represented as
…
and are added to the end of the text after which the “Read more” tag is setEDIT.
I tried, among others, thisfunction sydney_child_elipsis($content) { return str_replace('[…]', ' ', $content); } add_filter('the_excerpt', 'sydney_child_elipsis');
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘excerpt-text remove dots’ is closed to new replies.