An open API service indexing awesome lists of open source software.

https://github.com/webdevsuperfast/progo-page-templater

Add custom templates to any WordPress theme
https://github.com/webdevsuperfast/progo-page-templater

Last synced: 6 months ago
JSON representation

Add custom templates to any WordPress theme

Awesome Lists containing this project

README

          

# ProGo Page Templater
Add custom page templates to any WordPress theme

### Page Templates
- Full Width Blank
- A full width page template with no styling
- Boxed 960 Blank
- A blocked page template with 960px container
- Coming Soon!
- More to come!

### Adding a new Page Template
1. Open the `templates` directory in `progo-page-templater`
2. Create a new template directory `my-template-name`
3. In your new template directory, create a new template file called `my-template-name.php`
4. Include the following comments at the top of your template file:

```
/*
Template Name: My custom Template
Description: A description of your new template
*/
```

5. Build out your template!