https://github.com/vedranbe/multiple-blocks
Multiple Blocks is a WordPress plugin that provides a set of custom Gutenberg blocks for any theme
https://github.com/vedranbe/multiple-blocks
gutenberg-blocks wordpress wordpress-plugin
Last synced: about 2 months ago
JSON representation
Multiple Blocks is a WordPress plugin that provides a set of custom Gutenberg blocks for any theme
- Host: GitHub
- URL: https://github.com/vedranbe/multiple-blocks
- Owner: vedranbe
- Created: 2024-12-22T17:48:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-23T11:17:45.000Z (over 1 year ago)
- Last Synced: 2025-03-22T15:49:19.855Z (over 1 year ago)
- Topics: gutenberg-blocks, wordpress, wordpress-plugin
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multiple Gutenberg Blocks Plugin
Multiple Blocks is a WordPress plugin that provides a set of custom Gutenberg blocks for any theme. This plugin enhances the editing experience by offering additional block options tailored for your content needs.
## Features
- Multiple custom blocks for versatile content creation.
- Easy integration with the Multiple theme.
- Built with modern JavaScript and React.
- Custom SVG icons.
- Custom block category.
## Installation
1. Upload the `multiple-blocks` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Start using the custom blocks in the Gutenberg editor.
## Blocks Included
- **Block 1**: A custom block for [describe functionality].
- **Block 2**: A custom block for [describe functionality].
- **Block 3**: A custom block for [describe functionality].
## Usage
To use the blocks, simply add them from the block inserter in the Gutenberg editor. Customize the content as needed and save your changes.
## Development
To contribute to the development of Multiple Blocks:
1. Clone the repository.
2. Run `npm install` to install dependencies.
3. Use `npm run build` to compile the JavaScript files.
## License
This project is licensed under the [MIT License](LICENSE).