35 lines
1.2 KiB
Markdown
35 lines
1.2 KiB
Markdown
# Sistema de Parceiros Plugin
|
|
|
|
## Description
|
|
|
|
The Sistema de Parceiros plugin is designed to manage partners and partnerships within a WordPress site. It provides filtering capabilities and uses shortcodes to display partners on the frontend.
|
|
|
|
## Features
|
|
|
|
- **Partner Management:** Easily add, edit, and delete partners through the WordPress admin interface.
|
|
- **Customizable Display:** Use shortcodes to display partners on any page or post.
|
|
- **Filtering:** Filter partners by category or sector.
|
|
- **Responsive Design:** The plugin is designed to be responsive and look good on all devices.
|
|
|
|
## Installation
|
|
|
|
1. Upload the entire plugin directory to the `/wp-content/plugins/` directory.
|
|
2. Activate the plugin through the 'Plugins' menu in WordPress.
|
|
|
|
## Usage
|
|
|
|
### Shortcode
|
|
|
|
Use the `[parceiros]` shortcode to display partners on any page or post.
|
|
|
|
#### Attributes
|
|
|
|
- `categoria`: Filter partners by category.
|
|
- `setor`: Filter partners by sector.
|
|
- `limite`: Limit the number of partners displayed.
|
|
|
|
Example: `[parceiros categoria="Technology" limite="5"]`
|
|
|
|
## Contributing
|
|
|
|
Contributions are welcome! Please submit any issues or pull requests on the GitHub repository. |