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
*__location__ - a position where the result of the shortcode will be inserted. Possible options - `after`|`before`|`url`, that is, before link, after link or instead of the link itself
47
+
*__tag__ - the name of shortcode
48
+
*__attribute1__, __attribute2__ - names of attributes of shortcode
49
+
*__value1__, __value2__ - attribute values
50
+
*__linkclass__ - a special attribute that sets the class name that will be added to the link (*note that if you want to add __several__ classes, you can specify them through the comma*)
51
+
41
52
#### Examples
42
53
43
54
* With language codes and "unsorted":
@@ -48,6 +59,11 @@ You can also personalize the form by adding attributes to the shortcode:
48
59
49
60
`[zu-lang class="my-switcher" post_id=1209]`
50
61
62
+
* In __menu__ with custom class, only language codes, before link and with a special link class:
0 commit comments