You’ll want to use the excerpt_more
filter to modify this text. e.g.:
function mytheme_filter_excerpt_more( $more ) {
return $more="[read more]";
}
add_filter( 'excerpt_more', 'mytheme_filter_excerpt_more' );
You’ll also want to make sure that nothing else is applying this filter, as it may be the cause of your problem. (If not that, then there is probably an issue with the character encoding, or internationalization/translation strings, etc. for your Theme.)
Related Posts:
- Remove more or […] text from short post
- apply_filters() and the_excerpt are giving unexpected results
- How can I create a “Read More” link using the_excerpt() on a static front page?
- Compare the_excerpt() to the_content()
- How to control manual excerpt length?
- Display Links in Excerpts?
- excerpt in characters
- Remove Ellipses from Excerpt
- Read more tag shows up on EVERY post
- limit the words in the post content and add read more link
- Custom excerpt length on home page
- the_excerpt() or get_the_excerpt with shortcode escape
- Modify Twenty Fourteen Home Page Content Limit & Add Read More Link
- Disable WYSIWYG rich text editor only on post excerpt
- How do I disable excerpts on blogs and website
- excerpt_length not working
- Regenerate auto excerpts after updating many posts
- Read more does not show up when I write my own Excerpt
- can hyperlinks be displayed in excerpts?
- Making oEmbed work on the excerpt field
- Remove whitespace before the_excerpt();
- How to get excerpt correctly formatted
- How to display only the excerpt in the blog/posts page with Gutenberg?
- Twenty Fourteen: Change Read More text
- Read more on the post page itself
- wp_trim_words is trimming by character instead of by words
- Bulk add tag (or any sort of label) to posts who have custom excerpt
- Writing a custom excerpt function
- Show read more link next to last word
- the_excerpt – want to modify password protected output
- Excerpt – add the last few words of posts to the […]
- excerpt – don’t use main content if empty
- Any way to get more space for editing post excerpts
- Show validation warning if no Excerpt is added
- Where is the logic that defines the excerpt?
- Show the excerpt in a loop
- Custom Excerpts Per Page
- Excerpts automatically remove paragraph space
- Gutenberg is Adding Additional HTML Tags When Grabbing the Excerpt
- Bug in the_excerpt() function
- How to remove first three words from content and display the excerpt
- Why is my excerpts not showing if not explicitly declared?
- How to get the nivo slider to show excerpt [closed]
- Add “Excerpt” in “Quick edit”
- How to get only manual excerpts?
- How to get excerpt of the recent posts
- excerpt display same text
- Problem with viewing single page correctly. (taken half way down the page on click through)
- Limit the size of the post excerpt
- excerpt box not visible
- I can’t modify the ‘Continue reading…’ link of the_excerpt
- get video from content
- Show Excerpts In Twenty Eleven Theme
- Show image in excerpt post. Image not displaying
- the_excerpt() and tag
- the_excerpt is not limiting my post page to 55 words?
- I want to show post excerpt and cap it at 20 words [duplicate]
- Use get_the_excerpt is returning nothing outside of loop
- How to edit a typo in excerpt?
- Limiting the number of characters in the except
- Replacing the ellipsis with three dots
- Creating excerpt with simple “Read more” link
- How to remove excerpt white spaces
- The Excerpt gets page excerpt instead of most recent post excerpt
- making the […] clickable
- Make only the image an anchor link using the advanced excerpt plugin?
- Why archive page can’t show full content?
- truncate post with gallery tag
- What’s the internal concatenation function for creating Excerpts with WordPress?
- Append Second Link to Read More
- Twenty Eleven: Home Page, View full post of most recent post & Summary of the rest
- “Continue reading” not on some posts, full excerpts not shown
- Get the automatic excerpt from a page created with gutenberg
- Read More excerpt link on a post is not linking to the post itself
- Relia Theme Homepage Articles Excerpt displays the current page excerpt not the posts being pulled
- the_excerpt() is not trimming at
- How to extract an excerpt from a specific page?
- Remove Default Read More Link in Manual Excerpt RSS Feed
- How to custom excerpt?
- Excerpts not showing
- “read more” tag for excerpt() won’t show full content
- Unable to show excerpts
- modify text at the bottom of excerpt editor
- excerpt button not going to custom post page
- NextGen Gallery not allowing me to display the_excerpt();?
- Excerpt preview
- the_excerpt() doesn’t return the Excerpt field content
- Manual excerpt being ignored on custom post type
- Remove “[ ]” from excerpt in highlight search term
- Excerpt filter is adding ” in incorrect place
- How to display page excerpt with readmore link inside an enhanced widget?
- Excerpt is only getting shown for first post
- Implementing a blog excerpt in custom theme
- Get the excerpt of post_content
- Excerpt length and alignment [duplicate]
- Export Posts in excel [closed]
- Opening file, editing, save, exit, open, edited version opens?
- Remove automatic excerpts only for single posts
- Remove the excerpt and “… Read More” from the featured content on the home page with child theme
- Is there a way to display the ‘Read more’ link if it’s within a range?