=== Load Posts in React === Contributors: volmohammed Donate link: https://www.linkedin.com/in/m-abdelfattah92/ Tags: shortcode, posts, pages, query, react Requires at least: 4.0 Tested up to: 6.8.1 Requires PHP: 7.0 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A simple shortcode plugin to fetch and display WordPress posts dynamically using React. == Description == With this plugin you can get posts and change URL dynamic based on post section by using this Shortcode [get-posts-react] == Installation == 1. Upload `load-wordpress-posts-in-react.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Place `` in your templates or add [get-posts-react] in a page == Frequently Asked Questions == = How do I use the plugin? = * Install and activate the plugin * Use the shortcode [get-posts-react] or add it directly to your template using PHP. == Screenshots == 1. Use Shortcode [get-posts-react] 2. Place `` in your templates == Changelog == = 1.0 = Initial release.