Not sure if this is what you looking for… To display excerpt of specific page, you can use this code:
<?php
$post_id = 2; // substitute to your page id
$my_post = get_post($post_id);
echo "<p>$my_post->post_excerpt</p>";
echo '<a href="'.get_permalink( $post_id ).'">read more</a>';
?>
Related Posts:
- new_excerpt_more link not working properly
- need help with ‘… read more’ excerpt in functions.php
- Can’t change excerpt length and more tag
- Why isn’t is_page working when I put it in the functions.php file?
- Get the ID of the page a menu item links to?
- Disable visual editor on one specific page
- Check if the user has explicitly set an excerpt
- How can I programmatically create “child” pages on theme activation?
- How to override function in functions.php of parent theme?
- Show Video in Excerpt
- How to display error messages using WP_Error class?
- Slugs as breadcrumbs for Pages
- Check if has any sidebar active on current page
- When is wp_trim_excerpt() called?
- Remove Page Title from Static Frontpage
- Stripping shortcode from custom excerpt function
- Target a certain page within wordpress backend (admin) i.e. Pages > About
- Remove images from get_the_excerpt
- Breadcrumb how i can display page title with parent > child title with permalink ? any Idea
- Custom page template how to check is_page from functions.php?
- display public excerpt for private post
- get_the_excerpt() not returning anything when post has no excerpt
- get excerpt without images
- Allow latex in wordpress excerpt
- Pages should have priority when using add_rewrite_rule
- Enqueuing Script in functions.php vs on the page
- Programmatically set page template based on page ID
- Custom excerpt legnths for specific pages
- Delete pages and Create default pages for all new network sites
- how to change link of some wordpress pages
- Make menu structure match page heirarchy on page parent change
- How to get the excerpt of a page before more tag?
- Change the slug of a particular page every x hours
- wp_insert_posts keeps adding multiple pages
- How to filter out shortcode when displaying the_excerpt() in the loop?
- Using “Read More” link with custom excerpt
- How to include local menu based on page id?
- Batch update menu_order attribute alphabetically
- is_account_page() change to page slug
- How to display post content instead of excerpt
- Don’t delete a page if it holds users
- Using Schema with `the_excerpt`
- List all-childpages on parent-page AND list child-pages on childpage itself but not the current one?
- Display post shortcode content in the sidebar?
- How to put “Read more” link in Custom Excerpt inside p tag?
- Why is my page feed returning empty content?
- Function only on a specific page
- Custom Post excerpt not working correctly
- Limit length of first excerpt in the loop
- Functions For Calling Specific Elements
- Get page id or status by private pages?
- Excerpts are not displayed by a shortcode on category pages
- How to display retweet count and likes in the meta above the excerpt
- What is the text that appears beside the page titles in the list of pages in the WP admin?
- Setting a default text for excerpts of a particular category
- Remove links from the_content when using filters wp_trim_excerpt
- Excerpt for pages not showing
- Enqueue script on every page except one
- How do I pull excerpts from pages?
- WordPress Excerpt – How to remove the first link using functions.php
- Strip div From Excerpt
- How to change value of variable in theme file with functions.php WordPress?
- More tag locked in Hemingway
- first paragraph of the_content as meta description
- How to store a number (coming from cookie) into query vars for later usage in other filters?
- How do I register a new settings page? [closed]
- Only echo Page Content (not page title & page content together)
- Adding Read More to Custom excerpts
- get content from page through AJAX
- Limit number of characters in different excerpts
- the_excerpt function not showing image
- How to assign php file(template) to several pages with same prefix page name/slug
- Why does modifying the “read more” link remove the link class?
- Appending „read more” to the excerpt conditionally
- how can I change the read more link destinations and direct all to the same page?
- Remove the delete link from pages without a plugin
- Change is_front_page() to is_page() to display ‘hero’ on entire site?
- Hide disclaimer from summary excerpts
- How to make an If Else on Excerpt Filter
- getExcerpt: Make ellipsis appear only if character limit is reached
- Define an extra field for all pages (with no plugin?)
- Custom field not updating via functions upon publishing
- Excerpt length: get 2 paragraphs
- Check if excerpt is empty at loop-portfolio
- Using array page name together with page id to deregister script
- How to add a class name to the ancestor of a post?
- More link – not text
- Adding a filter to my posts
- Excerpt – First Sentence & Read More
- My website is generating weired url parameters of paginated pages
- function to show youtube videos within excerpt – if condition and apply_filters
- Include files in child theme functions file
- Add_filter when value is no variable?
- The Loop not looping?
- Update to functions.php not showing in dashboard
- WordPress: Highlight search result exact matches
- Calling hooks in functions
- Shortcode with pagination advancing multiple queries
- Integrate WP Tiles into existing loop (index.php) and theme
- Show latest custom post types on dashboard