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
@@ -12,14 +12,26 @@ Adds a text-like widget that allows you to write shortcode in it.
12
12
== Description ==
13
13
14
14
Adds a text-like widget that allows you to write shortcode in it. (Just whats missing in the default text widget)
15
+
To test the widget you can add the widget and use the shortcode "[shortcode_widget_test]", it will display "It works" on the fronte
16
+
nd and this will confirm the widget does work.
15
17
16
18
== Installation ==
17
19
18
20
1. Add the plugin's folder in the WordPress' plugin directory.
19
21
1. Activate the plugin.
20
22
1. You are now ready to use the Shortcode Widget from the Widgets section.
23
+
1. To test the widget you can add the widget and use the shortcode "[shortcode_widget_test]", it will display "It works" on the frontend and this will confirm the widget does work.
21
24
22
25
== Changelog ==
23
-
0.1 Added the shortcode widget
24
-
0.2 Added translation support
25
-
0.3 Added a shortcode for testing the plugin '[shortcode_widget_test]'
26
+
27
+
= 0.1 =
28
+
* Added the shortcode widget
29
+
30
+
= 0.2 =
31
+
* Added translation support
32
+
33
+
= 0.3 =
34
+
* Added a shortcode for testing the plugin '[shortcode_widget_test]'
0 commit comments