You probably looking at something like get_extended()
. It returns the content in an array with the following key=>value pairs
-
main
=> The content before the more tag -
extended
=> The content after the more tag -
more_text
=> The custom read more text
So you would want to do the following in your single post page inside the loop
$content = get_extended( $post->post_content );
$extended = apply_filters( 'the_content', $content['extended'] );
echo $extended;
Related Posts:
- Style the text before in single.php
- Ignore a more tag when using get_the_content()
- Woocommerce “read more” instead of “add to cart” [closed]
- Turning the read more link into a button [closed]
- How to use read more text
- read more doesn’t display
- How to remove #more… from the post “More” link?
- Excerpt Is Disappeared
- WordPress adding a to my anchor for Read More
- Wrap More Link in Div
- Extra text… after read more tag
- How to change the “Read more” text?
- wordpress 3.8 do not have more button [closed]
- How to change the text generated by Tag
- “Read More” link not displaying
- What code in the WP Sinatra theme generates the words “Read More?”
- How to automatically add Read more section after the first paragraphe in post?
- create a read more link for post and archives
- Bad “read more” behavior, trying to fix by inserting tag
- Can’t Get the Read More function to work in the child theme
- Popup image from text
- Read More link, not visible on home page
- How to customize ‘read more’
- “Read More” button displays on individual Posts
- Read more link isn’t working with custom query
- Read More link scrolling page
- Read more content not displayed loops back to blog page
- why more tag is not working in my wordpress site
- How to end the excerpt with a sentence rather than a word?
- How to remove “read more” link from custom post type excerpt
- Is there a has_more_tag() method or equivalent?
- Modify ‘Read more’ link adding a new class
- Read more tag shows up on EVERY post
- Word limit in post_content after more tag
- Modify the_content after the more tag
- “Read more” link doesn’t show up when the post length is under the excerpt length
- Custom excerpt showing first paragraph (with HTML formatting)
- Exclude filter on front page
- How to only show the first X words (from each post) on the home page?
- Different ‘read more’ links
- Get the link text
- How to get the excerpt of a page before more tag?
- Read More is not working in query posts
- how to make function in RSS feed like it does in posts
- How to use “show more” on a page or post to show and hide content
- How to move the the_excerpt’s read more link to another div
- Change behavior of the tag
- Auto insert More tags in all posts
- Extracting gallery images in WordPress 3.5 on index.php
- Load more posts with multiple queries
- “more” tag doesn’t appear when browsing category achives or search
- How to put “Read more” link in Custom Excerpt inside p tag?
- Exclude read more in the_excerpt [closed]
- Excerpt using Read More Tag
- Any Ideas for Including “More Tag” with get_pages($args)?
- Add Read More Tag to a post content (Single.php)
- new_excerpt_more link not working properly
- Give “Read More” precedence over excerpt() word count
- Login after “Read More” then return to article
- How to wrap “Read More” link in a DIV tag?
- Remove Content after
- How can I display “read more” without any other post text?
- Custom post types: change “read more” text
- Advanced Custom Fields WYSIWYG More tag
- More quicktag driving me nuts
- how can I add a “read more” tag directly in the template?
- Prepending character(s) to a custom tag title?
- Read more on pages WordPress
- quicktag breaking FancyBox plugin on my blog’s front page
- Read more doesnt work with query posts
- Remove ‘read more’ link when post is shorter than excerpt
- Append Second Link to Read More
- Featured image in menu wordpres
- Read more block is appending /#more-{post_id} to the link
- Filter Post Title without affecting screen-reader-text
- Show content before more block
- Why does modifying the “read more” link remove the link class?
- How to change “Read More” text?
- How to enable read more by default using jquery
- Changing text for “Continue reading…” translation
- “read more” redirects to the wrong page
- the_excerpt() is not trimming at
- Cannot figure out how to add a read more link to a manual excerpt. Please help
- How to use limit post content on archive page in WordPress?
- Media is not showing on post page
- how can I change the read more link destinations and direct all to the same page?
- after setup_postdata, the_content() only displays text before the read more tag
- How to replace a specific html tag in bulk?
- Read More showing only on first post
- Read More in the actual excerpt
- Define excerpt length by inserting read more tag
- Different read-more link for each custom post type [closed]
- get “read more” with custom DB query like you would with WP Query
- Using tag to output text in Genesis?
- Can’t change excerpt length and more tag
- Read more link for blog listing page
- WordPress excerpt for specific posts in category
- get_posts displaying wrong permalink for “continue reading” link
- Remove the excerpt and “… Read More” from the featured content on the home page with child theme
- Read more opens attachment