A gutenberg plugin to display the list of team members
- Display team members in a customizable layout.
- Responsive design.
- Download the plugin zip file from the repository.
- In your WordPress admin panel, go to Plugins > Add New.
- Click on the "Upload Plugin" button at the top of the page.
- Choose the downloaded zip file and click "Install Now".
- Once the plugin is installed, click "Activate Plugin".
Alternatively, you can install the plugin manually:
- Clone this repository to
/wp-content/plugins/
of your local/server WordPress installation - In your WordPress admin panel, go to Plugins and activate the "Team Members2" plugin.
- After activating the plugin, go to the Gutenberg editor.
- Add the "Team Members2" block to your page or post.
- Customize the block settings.
- WordPress version 6.5 or higher
- Node.js version 20 or higher
To set up the development environment for the Team Members2 plugin, follow these steps:
- Ensure you have the required versions of WordPress, Node.js.
- Navigate to
/wp-content/plugins/
- Clone the repository:
git clone https://github.com/your-repo/team-members2.git
- Navigate to the plugin directory:
cd team-members2
- Install the necessary npm packages:
npm install
- Start coding
Here are some useful npm commands for development:
npm run start
: Starts the development server and watches for changes.npm run build
: Builds the plugin for production.
If you encounter any issues or have questions, please open an issue on the GitHub repository.
This plugin is licensed under the GPL-2.0-or-later license. For more information, see GPL-2.0-or-later.