TBH I think its a bit late to answer this question, But here it goes anyways.
All you need to do is format some JSON Data
Step 1:
Get the JSON
domain.com/wp-json/wp/v2/posts?per_page=1&_embed&taxonomy
Change per_page=1 to the number of posts you’d like to query
If you want to filter the post according to tags or categories
You can find more Query tags on:
http://v2.wp-api.org/reference/tags/
Step 2:
Format the JSON keep what you need forget the rest
Examples
Post Title & URL
Post Featured Image (It automatically gives you a link for thumbnails too)
Post Tags & Categories
Related Posts:
- How to Add Image to WordPress RSS-Feed with no Plug-in?
- Disable comment rss feeds for pages in wordpress
- Getting Post Thumbnail from RSS feed with SimplePie
- Limiting the WordPress feed to only a certain limit of characters
- Editing Category RSS Feeds
- Remove a div from RSS feed
- get post content of particular post by url
- Display image from an external rss feed on wordpress without plugins
- Can’t retrieve element with WordPress default @fetch_rss();
- Include only posts with meta key “add_in_rss” in RSS Feed
- Can I add the post featured image to a specific RSS feed?
- change default RSS feed URL
- Aspx/Rss feed – failed to open stream: Redirection limit reached
- Good RSS Feed Parser to use on php file?
- Disable category RSS Feeds on WordPress blog with PHP
- How to access all meta data for RSS feed?
- WordPress create custom XML RSS feed template
- truncating imported rss-feeds
- A custom RSS feed link, how do I modify the XML structure?
- Show all terms of a custom taxonomy?
- WordPress “phpmailer_init” not working for me
- How do I hook into WordPress to save an uploaded photo as an alternate size to an existing photo?
- How to check if image is already stored in a site’s post database? (network)
- Set the transport of the Customizer ‘header_image’ core setting to ‘postMessage’
- How to disable wordpress confirmation email for new users
- tag search using WP_Query
- Retrieving all data from repeater fields
- Loading page template into shortcode
- Unable to post simple form data in HTML
- dynamic sidebar not showing anything
- javaScript in section of WP API
- Change Navigation Bar based on logged in or not
- How to implement Google Tag Manager? [closed]
- Create another “Display Site Title and Tagline” checkbox, “Header Text Color” setting and control
- How to remove or change the “W” icon in “My Sites”?
- How to: PHP Log Out Link?
- Show all posts by author
- 200 Rewrite blog post links
- Woocommerce: hook action/filter I could use to add variation id and price with each attribute opt on WooCommerce Rest api
- code is skipping a div
- How to use wp_add_inline_style for custom CSS added via shortcode?
- Form Security: nonce vs. jQuery
- Disable plugin function to use my own
- Normal PHP array for exclude section of WordPress query?
- Buddypress update user avatar image via REST
- Accessing $post after PHP is executed
- Can a page contain php code?
- How to Change CSS Colors from Custom Plugin Settings Page
- How to relocate paypal button gateway on checkout page in woocommerce
- How do I run code every 24 hours?
- Admin submenu issue with PHP not detecting two strings as equal
- Echoing a CSS class based on category of post in a list
- Is it possible to add a custom page to a free WordPress site? [closed]
- Advanced Custom Fields [closed]
- Simple php in wordpress widget [closed]
- Assistance with elseif [closed]
- Link to page with posts of specific type
- Order a WP_Query by meta value where the value is an array
- How to use functions [closed]
- Conditionally load class in the comment section of the post page
- Trying to change image funtion from enlarge image to redirect to amazon website
- Manually Remove and Change WordPress Page/Post Title
- Using theme options to change a border-radius value
- Updated to PHP 8.0 and WordPress site not working
- Applying css in functions.php
- Add more user roles to a PHP logout redirect function [closed]
- can’t load .po file in functions.php
- Admin-ajax.php 404 error
- Change the “Show All” button in a WordPress Portfolio Filter
- WooCommerce – template_redirect if is_checkout AND order has been paid?
- ajaxurl usage for a custom function
- Hot to edit WooCOmmerce dashboard?
- Open/closed function [closed]
- Add wp posts to cutom masonry grid
- (Xdebug Profiler) Why are there two cachegrind files generated for one page?
- add a value to an external link query in searchform
- get_post_meta with variable
- Showing the project type in HREF
- If Month=Particular month display content [closed]
- How to exclude post from being queried based on custom meta value
- Name Input from widget displays Sidebar name instead of saved data
- WordPress – show number of comments for each post in widget
- WP multisite network plugin fails to see classes loaded with spl autoload
- WP_Nav Highlight Parent Issue
- What’s the .php file which generates the Custom Background page in the admin panel?
- What is this mark for “? function()” [closed]
- Change an option string to a function [closed]
- wordpress.org disallowing my plugin becuase of loading core files in cron cpanel file
- get_body_params() is always empty in POST request
- Warning: Attempt to read property “term_id” on int – Woocommerce
- Headers already sent error with get_template_part in REST API call
- How to fix wordpress after update to php 8.1?
- How to translate the blog date in the Avada theme [closed]
- Can php warnings cause an Internal Server Error?
- Set post to draft if matching word is found in the post
- How to modify default tags in wp_head()
- Can’t insert into a database wordpress
- Can’t make an external api call in php side of wordpress child theme
- Conditional concerning a selected tag not working
- Category Attachment Pagination 404 Error on 2nd Page


