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+
- Host: GitHub
- URL: https://github.com/cherryframework/cherry-team
- Owner: CherryFramework
- License: gpl-3.0
- Created: 2015-06-12T14:35:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-08-23T20:12:12.000Z (almost 7 years ago)
- Last Synced: 2025-05-05T08:41:05.441Z (about 1 year ago)
- Language: PHP
- Size: 224 KB
- Stars: 2
- Watchers: 12
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)