# === Latest Posts with RESTful API === Contributors: Hadi Akbarijedi Tags: latest_post, news_feed, Restful, rest_api Requires at least: 5.5 Tested up to: 5.9 Stable tag: 1.0.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A WordPress plugin to get Posts in JSON format with Rewrite AJAX with cache ability! - Get the latest Posts in JSON form - Get One post show - export one VIP category name callled = "mobile_app_more" in JSON format This plugin sends posts in json format 1. To get latest N content visit: (site_URL)/api/latestposts/(Number of POSTs - like 30) 2. TO Get one "POST ID" content visit: (site_URL)/api/getpost/(post ID) 3. Inorder to Get 'mobile_app_more' category posts just visit: (site_URL)/api/moretab/1 == Screenshots == 1. screenshot-1.png ## Installation 1.1. In your website admin pannel->plugins->add new-> search for : "Latest Posts with Restful API" -> click on install -> then click on activate OR 2.1. Download the latest release from [HERE](https://github.com/akbarijedi/wp_restAPI_news_feed/releases/) 2.2. Go to your website admin page 2.3. Go to ADD NEW PLUGIN and upload zip file 2.4. (or) Upload the plugin folder to your /wp-content/plugins/ folder. 2.5. Go to the **Plugins** page and activate the plugin. ! IMPORTANT ! STEP => go to setting -> permalink and just hit save button to update routes! ## Frequently Asked Questions ### How do I use this plugin? to get latest news in json format with RESTful api ### How to uninstall the plugin? Simply deactivate and delete the plugin. ## Changelog ### 1.0.0 - Plugin first released. ### 1.0.1 - Fix some bugs! - Add latest post list and post picture image - Add one post display ### 1.0.2 - add CROS ability ### 1.0.3 - add rewrite url output data in one json array ### 1.0.4 - add Category name to output ### 1.0.5 - add read from category name = 'mobile_app_more'