Plugin Directory

Changeset 3289313


Ignore:
Timestamp:
05/07/2025 04:44:48 PM (11 months ago)
Author:
volmohammed
Message:

Creating stable tag 1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • load-posts-in-react/trunk/readme.txt

    r3289255 r3289313  
    11=== Load Posts in React ===
    2 Contributors: (this should be a list of wordpress.org userid's)
     2Contributors: volmohammed
    33Donate link: https://www.linkedin.com/in/m-abdelfattah92/
    4 Tags: shortcode, pages, posts, page, query, display, list
     4Tags: shortcode, posts, pages, query, react
    55Requires at least: 4.0
    66Tested up to: 6.8.1
     
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     11
     12A simple shortcode plugin to fetch and display WordPress posts dynamically using React.
    1113
    1214== Description ==
     
    18201. Upload `load-wordpress-posts-in-react.php` to the `/wp-content/plugins/` directory
    19212. 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 page
     223. Place `<?php echo do_shortcode('[get-posts-react]'); ?>` in your templates or add [get-posts-react] in a page
    2123
    2224== Frequently Asked Questions ==
    2325
    24 = How do i use the plugin? =
     26= How do I use the plugin? =
    2527* Install and activate the plugin
     28* Use the shortcode [get-posts-react] or add it directly to your template using PHP.
    2629
    27 == Screenshots  ==
     30== Screenshots ==
    2831
    29321. Use Shortcode [get-posts-react]
Note: See TracChangeset for help on using the changeset viewer.