From: Chuck Scott Date: Tue, 14 Jun 2016 19:25:47 +0000 (-0400) Subject: Added documentation for the category-names attribute for the members-list shortcode. X-Git-Tag: v2.1^2~4 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a6507a19ad5b5613ba8eb1c8cdd454d58058839c;p=WP-Plugins%2Fglm-member-db.git Added documentation for the category-names attribute for the members-list shortcode. --- diff --git a/setup/shortcodes.php b/setup/shortcodes.php index d1608038..2aea27af 100644 --- a/setup/shortcodes.php +++ b/setup/shortcodes.php @@ -196,6 +196,20 @@ $glmMembersShortcodesDescription = ' +   + + category-name="{ category name(s) }" + + +

+ The "category-name" attribute is used display only members in a specific category or + categories by specifying the category names. To select multiple categories, + separate the category names with a ",". Category names must match the name of a + category exactly to be selected. Category names must be enclosed in quotes. +

+ + +   blank-start="{True/False}"