You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,24 @@
2
2
3
3
**ACF Dynamic Shortcodes** is a lightweight WordPress plugin that lets you dynamically register shortcodes for [Advanced Custom Fields (ACF)](https://www.advancedcustomfields.com/) attached to a specific page — without writing a single line of code.
4
4
5
-
> ⚡ Perfect for custom pricing pages, dynamic content blocks, and personalised shortcodes mapped to ACF fields.
5
+
> Perfect for custom pricing pages, dynamic content blocks, and personalised shortcodes mapped to ACF fields.
6
6
7
7
---
8
8
9
-
## 🚀 Features
9
+
## Features
10
10
11
-
-🔧 Admin settings panel to select an ACF source page
12
-
-🧩 Auto-detects ACF fields from the selected page
13
-
-🔗 Create custom shortcode names for each field
14
-
-📋 Copy-to-clipboard buttons for easy reuse
15
-
-📝 Editable value overrides directly from the plugin UI
16
-
-🪄 Syncs edited values back to the ACF field itself
17
-
-💬 Fallback message when value is missing
18
-
-✅ Works with both ACF Free and Pro
11
+
- Admin settings panel to select an ACF source page
12
+
- Auto-detects ACF fields from the selected page
13
+
- Create custom shortcode names for each field
14
+
- Copy-to-clipboard buttons for easy reuse
15
+
- Editable value overrides directly from the plugin UI
16
+
- Syncs edited values back to the ACF field itself
17
+
- Fallback message when value is missing
18
+
- Works with both ACF Free and Pro
19
19
20
20
---
21
21
22
-
## 📦 Example Usage
22
+
## Example Usage
23
23
24
24
If you have a custom field called `starting_price`, and you assign it a shortcode like:
25
25
@@ -29,26 +29,26 @@ You can then use that shortcode anywhere on your WordPress site — pages, posts
29
29
30
30
---
31
31
32
-
## ⚠️ Caching Notice
32
+
## Caching Notice
33
33
34
34
If you're using a caching plugin (like **LiteSpeed Cache**, **WP Rocket**, or **W3 Total Cache**), please remember to **clear your site cache** after saving changes in this plugin to see them reflected on the frontend.
35
35
36
36
---
37
37
38
-
## 🛠 Requirements
38
+
## Requirements
39
39
40
40
- WordPress 5.0+
41
41
- ACF Free or Pro
42
42
- PHP 7.2+
43
43
44
44
---
45
45
46
-
## 📄 License
46
+
## License
47
47
48
48
This plugin is open-sourced and licensed under the MIT License.
0 commit comments