=== Theme Junkie Team Content ===
Contributors: themejunkie
Tags: team, post type, custom post type, member, members, authors, editors
Requires at least: 4.6
Tested up to: 6.1
Stable tag: 0.1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Adds a Teams section to your WordPress website.

== Description ==

This plugin adds a team custom post type to your WordPress website to manage your teams. It should work with any WordPress themes but you need to create templates for `archive-member.php` and `single-member.php` to display the team data.

It has built-in meta boxes to add more data to the member's page such as:  

* Avatar uploader
* Team position
* 5 social link profile

= Plugin Info =
* Developed by [Theme Junkie](http://www.theme-junkie.com/)
* Check out the [Github](https://github.com/themejunkie/theme-junkie-team-content) repo to contribute.

== Installation ==

**Through Dashboard**

1. Log in to your WordPress admin panel and go to Plugins -> Add New
2. Type **theme junkie team content** in the search box and click on search button.
3. Find Theme Junkie Team Content plugin.
4. Then click on Install Now after that activate the plugin.
5. You will see the Teams menu.

**Installing Via FTP**

1. Download the plugin to your hardisk.
2. Unzip.
3. Upload the **theme-junkie-team-content** folder into your plugins directory.
4. Log in to your WordPress admin panel and click the Plugins menu.
5. Then activate the plugin.
5. You will see the Teams menu.

== Frequently Asked Questions ==

= Can I use this plugin without being Theme Junkie customer? =
Yes, this plugin was developed to support all themes.

== Screenshots ==

1. Team screen
2. Meta boxes

== Changelog ==

= 0.1.1 - 9/04/2014 =
* Tested for WordPress 4.0

= 0.1 - 4/25/2014 =
* Initial Release