Quick Start
Get up and running fast! Use our ready-made blocks and launch pages in minutes.
1. Add block templates
Go to Setup > PAGEGRID in your ProcessWire admin.
For a quick start click on the download block modules link and select our premade blocks.
To create your own custom block place a .php file in site/templates/blocks/ and select it here.
2. Create a new page
Go to Pages > Tree > Add New in your ProcessWire admin.
Choose the template pagegrid-page, give your new page a name and click Save.
The template "pagegrid-page" is the default template that is created when you install the PAGEGRID module. You can find it's template file in your "site/templates/" folder. Feel free to modify it to your needs. You can also create a new template if you like.
What’s Next?
Now that you have PAGEGRID up and running, choose your path:
🎨 The No-Code Path
Learn how to build complex layouts and manage global components entirely within the visual editor.
- Styling & Layouts: Watch the getting started video to learn the basics of the editor.
- Symbols: Create global components like headers and footers that update everywhere.
💻 The Developer Path
Integrate PAGEGRID into your existing ProcessWire workflow and custom code.
- Blocks: Customize existing blocks or create your own from scratch.
- Advanced Examples: See how to mix PAGEGRID with custom PHP templates and Markup Regions.
- Functions API: Explore the technical methods for rendering grids and items programmatically.