Plugin Directory

Changeset 3254381


Ignore:
Timestamp:
03/12/2025 12:47:05 AM (13 months ago)
Author:
mdforiduddin
Message:

Update readme.txt file

Location:
current-post-shortcode
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • current-post-shortcode/tags/1.0.0/readme.txt

    r3254378 r3254381  
    44Requires at least: 6.0
    55Tested up to: 6.7
     6Requires PHP: 7.4
    67Stable tag: 1.0.0
    78License: GPLv3 or later
     
    1415
    1516== Installation ==
    16 1. Upload the `current-post-shortcode` plugin folder to the `/wp-content/plugins/` directory.
    17 2. Activate the plugin through the 'Plugins' menu in WordPress.
    18 3. Use the provided shortcodes to display post data.
     17
     18From your WordPress dashboard -> Go to Plugins -> Click on "Add new" -> In the Search field, enter 'Current Post Shortcode' and choose Current Post Shortcode. Press "Install Now" -> After installation, click "Activate".
     19
     20Or **install it manually**:
     211. Download the plugin ZIP file from [WordPress Directory](https://wordpress.org/plugins/current-post-shortcode/).
     222. Log in to your WordPress Dashboard, navigate to Plugins > Add New and click on "Upload Plugin" button at the top of the page
     233. Choose the plugin ZIP file you downloaded in step 1 and click "Install Now."
     244. After the installation is complete, click the "Activate Plugin" button.
    1925
    2026== Shortcodes ==
     
    3036== Frequently Asked Questions ==
    3137
    32 = How do I use the shortcodes? =
     38**How do I use the shortcodes?**
    3339- Use `[current_post]` to display the title of the current post.
    3440- Use `[current_post meta="custom_field"]` to display a custom field value.
    3541- To display data from a specific post, use the `id` attribute: `[current_post id="123"]` for the title or `[current_post id="123" meta="custom_field"]` for a custom field.
    3642
    37 = Can I use this shortcode in widgets or other areas of the site? =
     43**Can I use this shortcode in widgets or other areas of the site?**
    3844Yes, you can use these shortcodes anywhere shortcodes are supported in WordPress, such as posts, pages, widgets, and more.
    3945
  • current-post-shortcode/trunk/readme.txt

    r3254378 r3254381  
    44Requires at least: 6.0
    55Tested up to: 6.7
     6Requires PHP: 7.4
    67Stable tag: 1.0.0
    78License: GPLv3 or later
     
    1415
    1516== Installation ==
    16 1. Upload the `current-post-shortcode` plugin folder to the `/wp-content/plugins/` directory.
    17 2. Activate the plugin through the 'Plugins' menu in WordPress.
    18 3. Use the provided shortcodes to display post data.
     17
     18From your WordPress dashboard -> Go to Plugins -> Click on "Add new" -> In the Search field, enter 'Current Post Shortcode' and choose Current Post Shortcode. Press "Install Now" -> After installation, click "Activate".
     19
     20Or **install it manually**:
     211. Download the plugin ZIP file from [WordPress Directory](https://wordpress.org/plugins/current-post-shortcode/).
     222. Log in to your WordPress Dashboard, navigate to Plugins > Add New and click on "Upload Plugin" button at the top of the page
     233. Choose the plugin ZIP file you downloaded in step 1 and click "Install Now."
     244. After the installation is complete, click the "Activate Plugin" button.
    1925
    2026== Shortcodes ==
     
    3036== Frequently Asked Questions ==
    3137
    32 = How do I use the shortcodes? =
     38**How do I use the shortcodes?**
    3339- Use `[current_post]` to display the title of the current post.
    3440- Use `[current_post meta="custom_field"]` to display a custom field value.
    3541- To display data from a specific post, use the `id` attribute: `[current_post id="123"]` for the title or `[current_post id="123" meta="custom_field"]` for a custom field.
    3642
    37 = Can I use this shortcode in widgets or other areas of the site? =
     43**Can I use this shortcode in widgets or other areas of the site?**
    3844Yes, you can use these shortcodes anywhere shortcodes are supported in WordPress, such as posts, pages, widgets, and more.
    3945
Note: See TracChangeset for help on using the changeset viewer.