An open API service indexing awesome lists of open source software.

https://github.com/cherryframework/cherry-team

Сompatibility: Cherry Framework v.4+
https://github.com/cherryframework/cherry-team

Last synced: 9 months ago
JSON representation

Сompatibility: Cherry Framework v.4+

Awesome Lists containing this project

README

          

# Cherry Team
A team management plugin for WordPress.
Сompatibility: *Cherry Framewokr v.4+*

##Change log##

#### v1.0.5 ####

* UPD: new custom page templates registration logic
* FIX: setting posts per archive page
* FIX: PHP code style
* FIX: WPML compatibility

#### v1.0.4 ####

* FIX: Display flex on iOS
* FIX: Add CSS clearings to prevent layout breaking
* FIX: Prevent adding empty items into social list

#### v1.0.3 ####

* UPD: Minify CSS and JS
* UPD: Improve performance for macros callbacks

#### v1.0.2 ####

* UPD: Optimize a shortcode registration
* UPD: Optimize conditional rule for a `pre_get_posts` filter
* UPD: Text to translate
* FIX: archive-team.php file

#### v1.0.1 ####

* ADD: compatibility for wpml-plugin
* DEL: `cherry_display_sidebar` filter
* UPD: Updater logic

## Features
* CPT Team
* Page template (named Team) + single template
* Widget (named Cherry Team Widget)
* Shortcode (named cherry_team)
* 20+ custom hooks
* Translation (Localization)

## How to use

#### In a post/page
Insert a shortcode `[cherry_team]` to the post/page content.

#### In a page template
Fire the action *'cherry_get_team'*. Example:
```
do_action( 'cherry_get_team' );
```

#### In a sidebar
Just drop widget to the your sidebar.

## Help
Found a bug? Feature requests? [Create an issue - Thanks!](https://github.com/CherryFramework/cherry-team/issues/new)