A custom WordPress block plugin for displaying team members in a grid layout. Built with modern WordPress development standards, this plugin allows users to showcase team members with images, names, and designations using the Gutenberg editor.
- Fully customizable team member block for the Gutenberg editor.
- Add team members with names, designations, and profile images.
- Responsive grid layout for a seamless display.
- Simple and lightweight following best coding practices.
- Download the plugin ZIP from the repository.
- In your WordPress admin panel, go to Plugins > Add New.
- Click Upload Plugin and select the ZIP file.
- Click Install Now, then activate the plugin.
- Upload the members-block folder to the /wp-content/plugins/ directory.
- Activate the plugin through the Plugins menu in WordPress.
- Open the WordPress block editor.
- Add a new block and search for Members Block.
- Insert the block into your page or post.
- Add team member details (image, name, and designation).
- Customize the layout as needed.
- Publish or update your post/page.
This plugin is developed using the WordPress block editor (Gutenberg) framework.
- Node.js and npm installed.
- WordPress development environment set up.
# Clone the repository
git clone https://github.com/kishanjasani/members-block.git
cd members-block
# Install dependencies
npm install
# Build the project
npm run build
# Start development mode
npm start
Contributions are welcome! Feel free to fork the repository, submit issues, or create pull requests.