You are using more
tag to split article into teaser and rest of content. “More” link assumes that reader already done with former and tries to navigate browser to that point in full article.
Codex has modifying this behavior documented in Customizing the Read More > Prevent Page Scroll When Clicking the More Link and suggests following code:
function remove_more_link_scroll( $link ) {
$link = preg_replace( '|#more-[0-9]+|', '', $link );
return $link;
}
add_filter( 'the_content_more_link', 'remove_more_link_scroll' );
Related Posts:
- Read more tag shows up on EVERY post
- “Read more” link doesn’t show up when the post length is under the excerpt length
- Custom excerpt showing first paragraph (with HTML formatting)
- Different ‘read more’ links
- Read more on the post page itself
- Excerpt using Read More Tag
- How to wrap “Read More” link in a DIV tag?
- Remove ‘read more’ link when post is shorter than excerpt
- Append Second Link to Read More
- “Continue reading” not on some posts, full excerpts not shown
- the_excerpt() is not trimming at
- How to use limit post content on archive page in WordPress?
- Remove Default Read More Link in Manual Excerpt RSS Feed
- multiple excerpt length and styles
- how to use the_excerpt for two post queries?
- 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?
- Using wp_trim_excerpt to get the_excerpt() outside the loop
- How to end the excerpt with a sentence rather than a word?
- Remove more or […] text from short post
- How can i limit the character length in excerpt? [duplicate]
- 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 remove “read more” link from custom post type excerpt
- How to include line-breaks in the_excerpt?
- How to control manual excerpt length?
- How to get the unfiltered excerpt, without […] or auto-excerpting
- Remove “Continue Reading” Link From the Teaser Excerpt Only
- Display Links in Excerpts?
- excerpt in characters
- Modify youtube video size on one page and show another size on different page
- Modify ‘Read more’ link adding a new class
- Remove Ellipses from Excerpt
- Issue with enabling formatting in excerpts in WordPress
- limit the words in the post content and add read more link
- Custom excerpt length on home page
- Excerpt Word Count
- the_excerpt() or get_the_excerpt with shortcode escape
- Limit the_excerpt in the first point (.) of the sentence
- How to show only manual / custom excerpts?
- Excerpts that don’t truncate words
- Spacing within the excerpt
- Modify Twenty Fourteen Home Page Content Limit & Add Read More Link
- Custom Excerpt is returning 52 characters and not 52 words
- Disable WYSIWYG rich text editor only on post excerpt
- How do I disable excerpts on blogs and website
- How to remove “Read on” content in the_excerpt?
- the_excerpt Read More Filter
- excerpt_length not working
- How to get the excerpts of all children pages
- Regenerate auto excerpts after updating many posts
- Read more does not show up when I write my own Excerpt
- Empty excerpt using wp_get_recent_posts
- Exclude filter on front page
- can hyperlinks be displayed in excerpts?
- How to only show the first X words (from each post) on the home page?
- Making oEmbed work on the excerpt field
- Remove whitespace before the_excerpt();
- The excerpt: Display text OR image OR video
- How to get excerpt correctly formatted
- How to display only the excerpt in the blog/posts page with Gutenberg?
- Read More for Excerpt not working
- Twenty Fourteen: Change Read More text
- 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
- adjust the_excerpt based on template page
- First letter cutting off in excerpt
- How to correctly limit the content and strip HTML?
- How to display links in excerpt? [duplicate]
- Getting the_excerpt to link to child pages [closed]
- Writing a custom excerpt function
- How to get the excerpt of a page before more tag?
- Getting first 20 words without excerpt
- Change excerpt length of first post
- Display oEmbed in the_excerpt
- Show read more link next to last word
- the_excerpt – want to modify password protected output
- Auto Populate Excerpt Field
- Do not show excerpt in post content
- 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
- Remove Text within Header tags in the Excerpt
- Show validation warning if no Excerpt is added
- Remove box character after excerpts. Special Character Bug
- Where is the logic that defines the excerpt?
- Line in excerpt and max 5 lines
- Show the excerpt in a loop
- How to move the the_excerpt’s read more link to another div
- Custom Excerpts Per Page
- Include post title in readmore link?
- Excerpts automatically remove paragraph space
- How to put “Read more” link in Custom Excerpt inside p tag?
- Exclude read more in the_excerpt [closed]
- Gutenberg is Adding Additional HTML Tags When Grabbing the Excerpt
- How to show post content before read more tag (excerpt) for password protected posts?
- How to apply excerpt length only on front end?
- get_the_excerpt() issues – returns the excerpt twice or not at all?
- Bug in the_excerpt() function