Changeset 3289313
- Timestamp:
- 05/07/2025 04:44:48 PM (11 months ago)
- File:
-
- 1 edited
-
load-posts-in-react/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
load-posts-in-react/trunk/readme.txt
r3289255 r3289313 1 1 === Load Posts in React === 2 Contributors: (this should be a list of wordpress.org userid's)2 Contributors: volmohammed 3 3 Donate link: https://www.linkedin.com/in/m-abdelfattah92/ 4 Tags: shortcode, p ages, posts, page, query, display, list4 Tags: shortcode, posts, pages, query, react 5 5 Requires at least: 4.0 6 6 Tested up to: 6.8.1 … … 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 12 A simple shortcode plugin to fetch and display WordPress posts dynamically using React. 11 13 12 14 == Description == … … 18 20 1. Upload `load-wordpress-posts-in-react.php` to the `/wp-content/plugins/` directory 19 21 2. Activate the plugin through the 'Plugins' menu in WordPress 20 3. Place `<?php echo do_shortcode('[get-posts-react]'); ?>` in your templates or add [get-posts-react] in page22 3. Place `<?php echo do_shortcode('[get-posts-react]'); ?>` in your templates or add [get-posts-react] in a page 21 23 22 24 == Frequently Asked Questions == 23 25 24 = How do iuse the plugin? =26 = How do I use the plugin? = 25 27 * Install and activate the plugin 28 * Use the shortcode [get-posts-react] or add it directly to your template using PHP. 26 29 27 == Screenshots ==30 == Screenshots == 28 31 29 32 1. Use Shortcode [get-posts-react]
Note: See TracChangeset
for help on using the changeset viewer.