=== Business Staff ===
Contributors: m1k3xur
Tags: staff, team, business, shortcode
Requires at least: 5.0
Tested up to: 7.0
Requires PHP: 8.1
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Simple and lightweight plugin that allows you to showcase your team members.

== Description ==

Business Staff is a simple and lightweight plugin that allows you to showcase your team members or staff on your WordPress website. It uses a custom post type for staff members and a shortcode to display them, making it easy to manage and integrate with your theme.

Features:

Custom Post Type for Staff Members.

Easy-to-use shortcode [business_staff] to display staff.

Option to select a single "Director" or featured staff member.

Supports staff images, titles, and descriptions.

Lightweight and fast.

== Installation ==

Upload the business-staff directory to the /wp-content/plugins/ directory.

Activate the plugin through the 'Plugins' menu in WordPress.

Go to the "Business Staff" custom post type to add your team members.

Use the [business_staff] shortcode on any page or post to display the staff.

== Frequently Asked Questions ==

= How do I display the staff members on my site? =
Simply use the shortcode [business_staff] on any page or post.

= Can I display a specific number of staff members? =
Yes, you can use the count attribute, for example: [business_staff count="5"].

== Screenshots ==

1. **Settings page** A screenshot of the plugin settings page.

2. **FAQ Page**A screenshot of the staff members custom post type page.

3. **Frontend view** A screenshot of the staff members displayed on a page using the shortcode.

== Changelog ==

= 1.0.0 =

Initial release.

= 1.0.1 =

- Adding checkbox to turn on/off image profile in all staff members that are not director.
- Adding column option to select between 2 or 3 columns to display the cards.
- Improving file organization on the plugin
