An amazing Page Builder for WordPress. Content-Types go in a Brick, Bricks go in a Stack, Stacks go on a page.
More information can be found at mintplugins.com/mp-stacks.
Download the latest stable version here: http://bit.ly/1qIXqwy
For detailed setup instructions, visit the official Documentation page.
- You can clone the GitHub repository:
https://github.com/mintplugins/mp-stacks.git
- Or download it directly as a ZIP file:
https://github.com/mintplugins/mp-stacks/archive/master.zip
This will download the latest developer copy of MP Stacks.
If you find an issue, let us know here!
This is a developer's portal for MP Stacks and should not be used for support. Please visit the support page.
Anyone is welcome to contribute to MP Stacks.
There are various ways you can contribute:
- Raise an Issue on GitHub
- Send us a Pull Request with your bug fixes and/or new features
- Translate MP Stacks into different languages
- Provide feedback and suggestions on enhancements
To help keep things clear and simple for developers, desired standards are listed here:
CSS Standards:
- CSS selectors use hyphens instead of underscores between words
- Content-Type Container div CSS selector names start with "mp-stacks-" and then the name of the Content-Type
PHP Standards:
- Function prefixes are "mp_stacks_" and then the name of the function
- More to be listed here soon