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
Adds ability to hide certain releases, default is to show all or 1. sort_by allows you to sort by name or date, defaults to date. [bmlt_versions sort_by="name"] or [bmlt_versions sort_by="date"] defaults to date if not specified.
Adds ability to hide certain releases, default for most is to show all or 1. sort_by allows you to sort by name or date, defaults to date. [bmlt_versions sort_by="name"] or [bmlt_versions sort_by="date"] defaults to date if not specified.
10
+
11
11
Ex. [bmlt_versions drupal="0"] would not display drupal link.
12
12
13
13
14
+
[bmlt_versions_simple]
15
+
16
+
This is just a more concise and simple display but allows you to add documentation links in dashboard settings.
Adds ability to hide certain releases, default is to show all or 1. sort_by allows you to sort by name or date, defaults to date. [bmlt_versions_simple sort_by="name"] or [bmlt_versions_simple sort_by="date"] defaults to date if not specified.
19
+
20
+
Ex. [bmlt_versions_simple drupal="0"] would not display drupal link.
14
21
15
22
16
23
# Installation
@@ -20,11 +27,14 @@ This section describes how to install the plugin and get it working.
20
27
1. Upload the entire BMLT Versions Plugin folder to the /wp-content/plugins/ directory
21
28
2. Activate the plugin through the Plugins menu in WordPress
22
29
3. Add the GitHub API Token to the BMLT Versions settings page WordPress Dashboard->Settings->BMLT Versions
23
-
4. Add [bmlt_versions] shortcode to your Wordpress page/post.
30
+
4. Add [bmlt_versions] or [bmlt_versions_simple]shortcode to your Wordpress page/post.
0 commit comments