Skip to content

Commit

Permalink
Merge pull request #12 from UmeshSingla/dev
Browse files Browse the repository at this point in the history
Version 1.2.8
  • Loading branch information
UmeshSingla authored Nov 26, 2020
2 parents efe788f + a4634fa commit 08ff444
Show file tree
Hide file tree
Showing 16 changed files with 1,628 additions and 1,393 deletions.
3 changes: 0 additions & 3 deletions .gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .travis.yml

This file was deleted.

11 changes: 4 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
======
User Tags
======
Tags: taxonomy, user taxonomy, user tags
Tested up to: 3.9.1
Stable tag: trunk

Allows creating and managing User Taxonomies from Backend
Allows creating and managing User Taxonomy from WordPress admin.

Description
======
Expand All @@ -17,15 +14,15 @@ Ref: [Justin Tadlock](http://justintadlock.com/archives/2011/10/20/custom-user-t
Installation
======

1. Upload the `wp-user-taxonomies` folder to the `/wp-content/plugins/` directory
1. Upload the `user-tags` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to Taxonomies under Users option to create taxonomies for User
3. Go to Taxonomy under Users option to create taxonomy for User


Filters Available
======
1. 'ut_template_heading' => Can be used to modify Template Page Heading
2. 'ut_tepmplate_content' => Can be used to modify users list style,
2. 'ut_template_content' => Can be used to modify users list style,
args => 1 , $users => List of Users
3. 'ut_template_content_empty' => Display custom message, if there are no users for term
4. 'ut_tag_cloud_heading', Allow to modify Tag cloud heading
Expand Down
Loading

0 comments on commit 08ff444

Please sign in to comment.