This is a good use case for the WP REST API. Site A’s content is available through the API, so if you know the ID of the page you want to use, you can make a request for the content that way.
For example, if your About page has an ID of 2, then hitting https://sitea.com/wp-json/wp/v2/pages/2 would return a JSON object with the data for the page. If your page on Site B makes a request to Site A, gets the response, and displays it (without pulling it into Site B’s database), then you’ll always be getting the latest version of the content. There are some performance issues to look for, since you’re making a remote request on every load, but it’s possible to cache the response for a period of time and use the cached version to speed up the local page load.
I recommend reading through the REST API handbook for more details on how the API works and how to integrate it into a theme or plugin.
Related Posts:
- What Plugin Do You Use to Turn WordPress based site to A Blog Aggregator
- Setting up PubSubHubbub (PUSH) with WordPress
- Which plugin can do horizontal scrolling of RSS feeds in WordPress [closed]
- Featured Image in RSS Feed
- On my WordPress 5.4 website, how to remove all feeds? Including Category and Tags
- RSS Feed has no Items (Possible Plugins Conflict)
- Getting table to format properly in RSS feed emails
- Getting table to format properly in RSS feed emails
- How do I create an HTML embed code to publish WP posts on other non-WP websites?
- PHP Deprecated: Non-static method should not be called statically
- Members Only site with Feed Keys
- How is the ” wp_get_update_data ” function used?
- Server-side subscribe by email?
- Are there plugins that interfere with the admin part of Rss widget?
- Simple plugin for showing RSS subscription links?
- WordPress plugin changelog RSS
- How to style the RSS wordpress?
- how to protect WordPress RSS Feed from “Feed Fetcher”
- Blog titles from WP blog on plain html site?
- External RSS feed to WordPress Portfolio
- Adding regex filter to feedwordpress
- How to reorder and display a feed to be chronological?
- How to grab facebook page feed?
- How do I get a post author’s image/avatar via RSS from another blog?
- WP RSS Aggregator plugins breaks after switch to HTTPS
- how to convert XML from URL to HTML
- Replace image urls(absolute instead of relative) by using filter in single page
- How can I add rel=”nofollow” attributes on RSS widgets?
- WordPress Following? Social Users?
- RSS feeds for specific topics
- Custom WordPress feed on Apache server returning 304 response for if-modified-since
- RSS icons have the same Alt tag. Lighthouse is failing these elements. How do I display different alt tags for each icon?
- WordPress PHP error getting posts from another wordpress blog
- “Share” Content from Another Site as Post
- Add HTML between feed items
- What is the RSS feed link for the newest WordPress plugins?
- Simply Exclude – Category feed exclusion is excluding from category feed instead of just the main feed
- Pulling RSS from site and display it in posts
- rss feed code help
- How to show random feed from DB and show content in my site
- Developing a Site Like AllTop.COM – RSS Reading Problem
- What are Seeds? [closed]
- A better way to override plugin’s JS files?
- Output before and after the loop
- How to make sense of the active_plugins option_value to enable and disable certain plugins from the database?
- Loading posts associated only to the logged in user on recent posts page
- Disable author pages for specific users
- Can I enable/disable/hide plugins on a per-site basis in multisite?
- Get info (url) from already enqueued styles
- WordPress import does not fetch images, but just links them
- Show the “ratingValue” and “ratingCount” values of KK Star Ratings Plugin
- bulk post_content update
- How can I remove certain HTML tags from the RSS feed?
- Woocommerce cart is a non-object inside `admin_post` action [closed]
- What are WordPress installation percentages by version?
- Show a confirmation message on plugin deactivation
- How extend shortcode default values for a plugin?
- WooCommerce – Is is possible to replace downloadable file and allow existing customer to get it?
- How to debug register_setting callback function
- WordPress redirect all 404 pages to the Homepage
- How to edit Image layout in single product page in woocommerce on wordpress?
- Can a manually uploaded plugin be made to track updates from the WordPress.org plugin directory?
- Can I hook into get_avatar to supply a hash instead of an email?
- WP Post Template – Templates in own folder
- How to update post’s content on post publish?
- Create a table with wordpress plugin boilerplate
- change content based on url per plugin
- WordPress as web application base
- Unable to add TAB character to post?
- can i limit editing specific custom fields to certain roles?
- How to insert multiple postmeta values with one query?
- Restrict content based on buy woocommerce product
- Make 2 different WooCommerce checkout pages?
- Plugin for TinyMCE to create reference to other posts
- Why may one avoid Jetpack plugin? [closed]
- How do I work with the SlideDeck plug-in?
- Why is adoptStyles-css stylesheet link added to every page?
- User loggedin as Subscriber form not sending
- how to split and upload a theme on wordpress?
- Fatal error: require_once(): Failed opening required
- shortcodes not working [dt_carousel & [dt_fancy_image
- Load google font script based on optgroup label selected
- Easiest way to load/fire a handful of functions, IF checkbox is checked?
- Unload a woff file from WordPress
- Crazy redirect happening with no redirects set up
- How To Use htaccess to Rewrite Link Structure for a Page that is Generated Programatcially
- Custom Icon assigned to menu items not working for multi-site networks
- Shows warning when enable “wp_gallery_custom_links” plugin with Themify Builder
- WordPress environment not loading properly
- WP_Query Date Filtering Inclusive Being Ignored
- wordpress plugin | short code issue
- WordPress site keeps getting flagged as malware [closed]
- How can I display custom snippet codes in the front end of my WordPress site
- How to export post tags from wordpress
- Plugin_Upgrader not working if function is called from remote server
- Show WooCommerce products based on query parameters on redirect
- how to code activate/deactive button of custom plugin within backend?
- USPS shipping costs are being doubled when using the USPS shipping method plugin [closed]
- How to make a drop-down list so you can press and change display like on this website by using wordpress or CSS
- How to customize WP_Error (REST JWT authentication plugin) [closed]