Changeset 3254381
- Timestamp:
- 03/12/2025 12:47:05 AM (13 months ago)
- Location:
- current-post-shortcode
- Files:
-
- 2 edited
-
tags/1.0.0/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
current-post-shortcode/tags/1.0.0/readme.txt
r3254378 r3254381 4 4 Requires at least: 6.0 5 5 Tested up to: 6.7 6 Requires PHP: 7.4 6 7 Stable tag: 1.0.0 7 8 License: GPLv3 or later … … 14 15 15 16 == 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 18 From 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 20 Or **install it manually**: 21 1. Download the plugin ZIP file from [WordPress Directory](https://wordpress.org/plugins/current-post-shortcode/). 22 2. Log in to your WordPress Dashboard, navigate to Plugins > Add New and click on "Upload Plugin" button at the top of the page 23 3. Choose the plugin ZIP file you downloaded in step 1 and click "Install Now." 24 4. After the installation is complete, click the "Activate Plugin" button. 19 25 20 26 == Shortcodes == … … 30 36 == Frequently Asked Questions == 31 37 32 = How do I use the shortcodes? = 38 **How do I use the shortcodes?** 33 39 - Use `[current_post]` to display the title of the current post. 34 40 - Use `[current_post meta="custom_field"]` to display a custom field value. 35 41 - 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. 36 42 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?** 38 44 Yes, you can use these shortcodes anywhere shortcodes are supported in WordPress, such as posts, pages, widgets, and more. 39 45 -
current-post-shortcode/trunk/readme.txt
r3254378 r3254381 4 4 Requires at least: 6.0 5 5 Tested up to: 6.7 6 Requires PHP: 7.4 6 7 Stable tag: 1.0.0 7 8 License: GPLv3 or later … … 14 15 15 16 == 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 18 From 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 20 Or **install it manually**: 21 1. Download the plugin ZIP file from [WordPress Directory](https://wordpress.org/plugins/current-post-shortcode/). 22 2. Log in to your WordPress Dashboard, navigate to Plugins > Add New and click on "Upload Plugin" button at the top of the page 23 3. Choose the plugin ZIP file you downloaded in step 1 and click "Install Now." 24 4. After the installation is complete, click the "Activate Plugin" button. 19 25 20 26 == Shortcodes == … … 30 36 == Frequently Asked Questions == 31 37 32 = How do I use the shortcodes? = 38 **How do I use the shortcodes?** 33 39 - Use `[current_post]` to display the title of the current post. 34 40 - Use `[current_post meta="custom_field"]` to display a custom field value. 35 41 - 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. 36 42 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?** 38 44 Yes, you can use these shortcodes anywhere shortcodes are supported in WordPress, such as posts, pages, widgets, and more. 39 45
Note: See TracChangeset
for help on using the changeset viewer.