While this was far from clear in the OP at first, I think this might be a good solution. Just make a shortcode to place the excerpt in the body. (This is a bad idea if you want this on every page. This is a good idea if you want it once in a while on some pages in the body.)
Here’s code to put in your functions.php:
function the_excerpt_shortcode() {
return get_the_excerpt();
}
add_shortcode( 'the_excerpt', 'the_excerpt_shortcode' );
Once you have the, just put this in your page body:
[the_excerpt]
And you’re good to go.
If you’re using Twenty Ten, Twenty Eleven, or some other theme that hooks to the excerpt_more filter, you may have to modify that short code to strip an auto-generated “Continue Reading…” link, but for many themes that’s unnecessary. Consider this a starting point.
Related Posts:
- I can’t seem to get excerpts showing inside get_pages and don’t know why?
- Allow HTML in excerpt
- Sending the reset password link programatically
- Getting only direct child pages in WordPress with get_pages
- Disable Attachment Pages Completely
- How to add a .php file to WordPress
- How to Remove all Instances of edit_post_link
- Any guides on creating custom admin pages?
- Multiple is_page() in page.php
- How to check if feed URL was requested?
- Create WordPress pages with PHP
- How to return the_excerpt (without echo)?
- How to get post or page excerpt using post_excerpt
- Is it possible to generate a page without create in the admin?
- How to change “Shipping Calculator “field label on Cart Page – woocommerce? [closed]
- WordPress admin never finishes saving page on site with large page count
- class=”parent” for wp_list_pages?
- Limit the Excerpt field in WP-Admin in words
- PHP Script within wordpress theme
- Limit the_excerpt with max of x characters
- Remove at the beginning of the_excerpt() with str_replace
- add_rewrite_rule with bottom priority doesn’t handle the WordPress pages
- Listing all sub-pages?
- Automatic Excerpt Not Working
- How to link to a custom .php page in my folder
- Trim first 2 words of the exceprt
- Get only the grandchildren, not the direct children of page/current page?
- Help with a custom page template – listing contents of childpages?
- Extremely slow pageload for long post when using the_content?
- Print number of post (in reverse)
- Passing the page ID to a login php script
- How to change / delete product short description in Woocommerce
- Why does running get_the_excerpt() when generating JSON file take 28 seconds vs. 599 milliseconds without it?
- How can the plugin directory path be returned into ?
- Add a Different CSS Class Into The Body Tag of Different WP Pages
- Excerpt unwanted text “”
- Word Count Function Preventing Permalink Editing
- Custom excerpt function re-factoring
- Limit get_pages to only show 5 items
- syntax issue on php 7.4
- How do I publish only one page to production after making changes on staging?
- Custom Template 404 for specific custom post type
- Can’t load WP function into external function
- Custom category code not showing all posts
- How to Display a Single Post Excerpt
- How to remove the excerpt in the Dzonia Lite theme
- Insert a button on a page with random number generation
- Can’t get page content in WordPress
- Way to querry data (tags) from a wordpress database?
- Global variable $post returning incorrect object
- How can I load a PHP page without using a Template?
- How do I Add HTML to the_excerpt() & the_content() Output?
- Best practice for migration friendly images in posts/pages?
- Page Automatically Generated from Theme?
- How to tell if a page has subpages for Custom Post Types
- loading a php file to a specific page id
- Getting page / post URL on publish and / or update
- Use page-templates without creating theme
- Get current_post in reverse order with pagination
- How to trim content AND retain HTML?
- How to associate dynamic PHP page for chosen WordPress tag?
- Newbie question. Login/Registration. New PHP page
- How to apply filter
- Add point on excerpt post
- Adding my own custom template page but got white page
- Create a custom theme-specific page, invisible in the admin-panel?
- Archive page if else not working for post_excerpt and post_content
- Replace content in WordPress Page after GET from php page
- List of child pages fetch next results at link click
- Execute php in pages
- Why isn’t my link attribute getting my css?
- How to map my php files as the files for pages
- How to use PHP code with wordpress page
- Show results for multiple page-types
- How to add feature image url in my template file and content as well?
- Creating a function that sanitizes the custom metabox excerpt
- Display selected parts from selected pages on the frontpage?
- Adding Media button to only pages
- Trying to put a search page on site
- How can I add more code to this?
- I want Page titles and excerpts to show up on home.php in certain order
- ACF: Echo page title when checkbox is checked
- Merging two excerpt functions to work with conditions
- Create a custom page URL
- How to refresh a template page on WordPress in 3 seconds – easiest method?
- Hide page title
- Forbid certain users to access a specific page
- How to return a Boolean for a page that is a subpage thru its name?
- Excerpt all post content Content Same Size without word cutting off
- How to handle parent and child pages?
- How do I remove blog entries from home page Twenty Eleven child theme?
- Create an if statement based on page_id
- PHP warning $post->ID is null
- Remove post image caption from post_excerpt();
- hello can you advise how to fix the error?
- generate excerpt from the part of big text dump that contains keyword
- Strip and print only the numbers found in current’s post excerpt (even if they are without space)
- I have issue with decoding json ex. ‘{“a”:”b”}’
- WordPress post-template null warnings
- Custom theme on multisite has issues with standard loop output