you already called get_post() then why you are not getting the excerpt from post data, like this.
$post = get_post( $pageid );
$excerpt = $post->post_excerpt;
// get post content
$content = $post->post_content;
for more information about get_post() see the WordPress codex
Related Posts:
- How can I trust switch_to_blog()?
- Sharing Dynamic Sidebars across Multisite Blogs
- latest 5 posts using switch_to_blog loop
- Switch_to_blog() outside wordpress
- why when I try to insert an image attachment along with a post does wp_get_attachment_url give me a very wrong file path?
- Upload images from one site to another in Multisite
- What is the way to share data between sites in a multisite
- get post id by $content (so by post content)
- Register submenu on network menu from the subsite
- the_post() within switch_to_blog() altering my excerpt
- Include Site 1 Posts in Query for Sub Sites
- How to retrieve Post Excerpt from a different site in the Network
- Sort posts according to date
- Multisite switch to blog
- Best Practise: Linking to WPMU sites from other sites
- Handling embedded videos in excerpts
- Trouble with SQL SELECT inside switch_to_blog()
- Display posts from one network site on another
- Get variable from previous blog while using switch_to_blog
- switch_to_blog($blog_id); still writing to main blog
- fatal Error undefined function switch_to_blog()
- How to get all pages on specific blog after switch_to_blog?
- Do “switch_to_blog()” and “restore_current_blog()” re-run the filters?
- Access from template info of another blog (in the same network)
- Memory growth with new additions to WordPress Multisite
- Create multiple subdomains for multi-site from a database
- How to map a specific multi-site blog to a folder?
- using 1 form shortcode (si or cf7) for all multisite sites [closed]
- How to manage multiple domain with different languages on each domain with single wordpress installation?
- Is there any fundamental difference in developing a wordpress multi-network site?
- merging two multisites
- W3 Total Cache Plugin with WP 3 MultiUser [closed]
- Redirect loop (only for multisite network admin)
- favicon and multi site
- Register email as username
- Recover from failed multisite conversion
- Multisite Subdomain Using More Resources Than Others?
- Cookie nonce is invalid – Multisite
- Multisite setup on VVV with bedrock
- Trouble with switch_to_blog()
- WordPress Multisite prevent direct access to subdomain
- WordPress mutisite migration
- Multisite, multiple domains per site
- Multisite Network Localisation
- Can set_transient() be used in multi-site?
- What would you recommend for hosting 10+ individual wordpress websites?
- Redirect only posts to New Domain
- Image problem – Multisite image upload broken
- web.config breaks the themes for sub-directory multisite
- Add a user to a specific blog when they register?
- Redirect & permalink problems after moving multisite to a new server
- Optimizing Query used for a Shortcode
- Different use for WordPress Multisite
- Multisite User Sync Question about blog authorship
- WordPress multisite suddenly malfunctioning
- Multisite Redirection to new domains
- Cannot use pre_set_site_transient_update_themes from within a theme in multisite
- Multisite wordpress config on multidomain
- Is this a job for WP MultiSite with domain mapping plugin?
- How to move a WordPress multisite?
- get_option( ‘home’ ) not returning value in database
- Contact Form 7 in Multisite [closed]
- I want to create a 300 multi-site wordpress network using subdomains
- Update blog option during create new blog?
- Cannot select signup_meta upon multisite user activation
- Create “/blog” sub-site on WP multisite network
- Multisite default theme and child applied to network
- Change WordPress Multisite Domain
- Remove W3 Total Cache minified files on custom page outside of WordPress [closed]
- multisite – unable to connect to network administration
- Restrict users of site 1 to login in site 2 in wordpress multisite
- Unable to execute Ajax request, status code 400
- A database for each category?
- How to make the redirects right? IP to domain name folders
- Multisite issue
- How to Add Super Admin for WordPress multi-site
- Can’t access 2nd site (sub) dashboard of WordPress Multisite
- WordPress and SQL – Update and Insert from another table if column value doesn’t exist
- Multisite: Run a subdomain install from a directory install
- Network – My sites are unavailable
- Plugin data shared in Multisite
- How do I combine wp_redirect and add_filter?
- Pointing multiple subdomains at the same WordPress Installation
- Multisite redirect loop for a single www domain
- rename index or homepage
- Is it possible to install a different wordpress installation in a subdirectory? [duplicate]
- Multisite subdirectory blogs missing slash
- How to automate wordpress installation in subdomain
- 404 error in dashboard of subdomain of multisite
- Single installation with sub-domains for admin and separate domains for sites
- WordPress Multisites
- The wpmu_blogs_columns filter is not working
- Map WP Multisite blog.example.com to anotherdomain.com/blog?
- get_category_link() or get_tag_link() return wrong category/tag base in wordpress multisite
- Multisite subdomain microsite on secondary domain
- How do I test my WordPress subdomains on AWS during migration?
- Access website using hosts due to expired domain [closed]
- Unable to change blog language in multisite
- WordPress Multisite Domain Mapping Issue: Subsite Domain Redirecting to Primary Domain
- Multisite logged into one wp-admin, move to another sites wp-admin asked to login again