-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
88 lines (63 loc) · 2.11 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
=== WordPress Team Manager ===
Contributors: maidulcu
Donate link: http://www.dynamicweblab.com/
Tags: team manager, team management,teams,shortcode,member,vcard
Requires at least: 3.5
Tested up to: 3.9
Stable tag: 4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This plugin will display team or staff members using short code on your post or page. You can display team members picture,social links,vcard etc.
== Description ==
This plugin will display team or staff members using short code on your post or page. You can display team members picture,social links,vcard and other info.
Features:
* List and Grid view to display team members.
* Different Image Shapes.
* Different Image Size.
* Limit number of team member to display.
* Control member display order.
* Exclude members for the list.
* Shortcode generator.
* Setting page.
Contributors:
[Mike Jordan](http://profiles.wordpress.org/thaicloud/)
For help contact me on [Dynamicweblab.com](http://www.dynamicweblab.com/)
== Installation ==
1. Upload `wp-team-manager` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. A new tab Team will be available on the wordpress admin section
== Frequently Asked Questions ==
= Where is the short code ? =
You can create shortcode generator under Team menu or use this default short code
[team_manager category='0' orderby='menu_order' limit='0' exclude='' layout='grid' image_layout='rounded']
== Screenshots ==
1. Add new member
2. Add new group
3. Shortcode Generator
4. Settings page
5. Grid view
6. List view
== Changelog ==
= 1.1 =
* Fix Fatal error: Cannot redeclare class RW_Meta_Box bug
= 1.2 =
* Add email field on team member page
* Add featured image support
= 1.3 =
* Add image size support
= 1.4 =
* Fix wrong placement of shortcode
= 1.5 =
* Fix some bug
= 1.5.1 =
* Fix order bug
= 1.5.2 =
* Remove some notice
= 1.5.3 =
* Clean up some code
= 1.5.4 =
* Link open on new window option is added on settings page
= 1.5.5 =
* Translation text is updated
= 1.5.6 =
* Make compatable with qTranslate plugin and clean up coding