Rename page-custom.php to template-custom.php

This commit is contained in:
Ben Word
2013-04-30 20:51:18 -05:00
parent f0db29b387
commit 553dc1cfb7
5 changed files with 9 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ If you don't want to use one of the features, either comment out the line or rem
#### Define which pages shouldn't have the sidebar
`roots_display_sidebar()` is used to define which pages shouldn't get the sidebar. By default, the 404, front `front-page.php` and `page-custom.php` templates are full width. If you would like to remove the sidebar from additional pages, add in the appropriate conditional or page template name.
`roots_display_sidebar()` is used to define which pages shouldn't get the sidebar. By default, the 404, front `front-page.php` and `template-custom.php` templates are full width. If you would like to remove the sidebar from additional pages, add in the appropriate conditional or page template name.
### h5bp-htaccess