Changeset 605990
- Timestamp:
- 09/30/2012 03:20:34 AM (12 years ago)
- Location:
- cat-tag-filter-widget/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cat-tag-filter-widget/trunk/readme.txt
r538936 r605990 4 4 Tags: filter, tags, categories, widget 5 5 Requires at least: 2.8 6 Tested up to: 3. 3.26 Tested up to: 3.4.2 7 7 Stable tag: 0.6 8 8 … … 45 45 'tags_logic' => 1 // 1 for AND and 0 for OR logic operator 46 46 'tags_type' => 1 // 1 for checkboxes and 0 for dropdown 47 'clude_tags' => 'exclude' 47 48 'exclude_tags' => '' 49 'clude_cats' => 'exclude' 48 50 'exclude_cats' => '' 49 51 'tag_tax' => 'post_tag', … … 73 75 74 76 == Changelog == 77 78 = 0.8 = 79 * Widget shows only corresponding tags for a chosen category. 80 * It is now possible to include categories and tags instead of excluding 81 * Added some comments to the code 82 * Added option for hiding category dropdown list 75 83 76 84 = 0.6 =
Note: See TracChangeset
for help on using the changeset viewer.