WordPress generates a large number of RSS feeds. For a single post the URL for that feed is the single post URL plus /feed/
or ?feed=rss2
if pretty permalinks are off. If you try that you will see the comments feed, though, and not the post itself. To get the post itself add ?withoutcomment=1
or &withoutcomments=1
and you will get the post content itself. Have your other site request that feed, whether by AJAX or some PHP function like curl
— whatever you have available to the requesting site– and process the XML to display it however you like.
Related Posts:
- Get all Youtube video’s from posts and embed them on a different page
- Embed WordPress Admin in an iframe
- Output Post with ACF Fields into other Post
- How to embed custom HTML code with no plugins?
- Embedding Post Editor Into External Site
- Getting image data from phone camera (MediaDevices.getUserMedia) into user post
- Embedding Facebook in blog post not working
- Embed button for post screen
- Display iframe or embeded posts on homepage
- Send and Embed Vine (in WP Post) on Facebook
- Turn a URL into an Attachment / Post ID
- Should we trust the post globals?
- How to get the number of posts in a selected category?
- how to limit edit_form_after_title hook to page and post edit only?
- Add a checkbox to post screen that adds a class to the title
- How to cache a shortcode functions output?
- Attach pdf file to custom post type
- How to call function within a page/post, to dynamically generate content?
- Post Size Limit
- HTML code in Custom field
- Count singular post views automatically
- Looping through posts per category gives same posts for each category
- How to force update all posts after import
- how to hide specific post from google search
- Accessing $post variable from template part
- Programmatically inserting page breaks
- How to have different content in the loop and single
- get_terms parent for current product only
- How can I extract the URL of a link from a post?
- New posts defaulting to ‘0’ primary key
- Save list from a custom meta box?
- Same content shared between multiple posts?
- How to add in title a date but with other color, like in iMDb titles?
- Link button is not working while editing a post in Firefox [closed]
- How to get future ID for post which haven’t been created yet?
- Post Type Label Name
- Disable author profile in post
- How to pull blogposts using shortcodes
- Limit Gutenberg blocks available to users to choose from
- Display a post by ID attribute with shortcode
- Retain select value in select box
- How to set up multiple taxonomies for groups of posts
- Update admin side post list count text
- how to get posts ids inside pre_get_posts filter?
- How to allow logged in users to post anonymously
- How do I get blog posts to appear within CMS?
- Custom Post Type – Category Rewrite – Remove Rewrite from Sitemap
- Custom Posts Query and meta_query Sort Order
- Multisite: Can’t Post or Create Categories
- Query values from a Post Object Repeater [closed]
- limit to months rather than by number of posts
- Simultaneous admin updates causes custom fields to not update
- Is there any way to tell when wp_postmeta has been updated?
- Admin – no Featured image choice in create new/page|post
- Hook for changing excerpt content when excerpt not set
- Add div before the first paragraph the_content [closed]
- Optimizing the blog loop
- Different number of posts per row in grid layout
- Static pages not working
- Display in category ( taxonomy) a number of post that I want
- How to store array in usermeta in wordpress
- Setting limit to posts or page creation
- write a post on user registration
- Cannot select certain authors for posts after import
- Lightbox on wordpress post page
- Can Permalink structure of %postname%/%post_id% improve performance
- post/page content
- WordPress Architecture as a CMS – Posts & Pages
- Help on conditional statement to accompany wp_insert_post function please?
- How to automatically share posts on facebook?
- Merge get_comments & get_posts into a single query
- Is there a way to categorize a list posts all at once?
- Display “no post” message
- Not adding a new post?
- On the online version of my blog posts disappear
- Thumbnails and images in the blog post are not loading
- Hiding the name of the user who is currently editing
- allow editor/author to publish others posts but not publish their own
- Why does media_handle_sideload upload to last month’s folder?
- Re-order Category Meta-data
- Slug collision between page, taxonomy and custom post type
- Populate a drop down list with post titles across a multisite network
- What’s the best approach to create duplicated pages with paginated posts?
- including 404 page in post page
- Posts only showing on /localhost/wordpress/ and not on other pages
- How to change number of posts shown on homepage vs other pages?
- Posts are printed twice
- find posts with exactly 3/4 categories
- Custom filter on all post page (admin backend)
- Make Show Notes for Individual Podcast Episodes Easy to Find (multiple URL’s?)
- Displaying only posts from a certain category on my custom page template
- How can I create a menu items from meta box based on users input
- How can I count articles retrieved by tags
- WordPress strips some attributes for author posts
- Creating / Editing a post from within site template
- get value from post to sidebar
- How to have 2 posting pages on a blog
- How can I get on the same row two post of different categories?
- WordPress Custom Post type csv exporter
- Edit Page button is gone