Page Templates
From StartBox Docs
There are eight page templates included with StartBox by default:
Contents |
Archives (page-archives.php)
Displays post archives by month and category.
Display a Category (page-category.php)
Displays any number of posts from specified categories. Add a custom field of categoryid to specify category IDs (separate multiple IDs by comma) and a custom field of posts_per_page to specify number of posts (default: 10). Note: this page template will be replaced by page-custom.php to display custom post types in a future version.
Full-Width (page-fullwidth.php)
Page content area consumes the entire layout width, with no sidebars.
Links Page (page-links.php)
Displays links grouped by link category.
List Categories (page-listcategories.php)
Lists blog categories. Add a custom field of categoryid to only list children of a specific ID.
List Children (page-listchildren.php)
Lists children of the current page.
Sitemap (page-sitemap.php)
Display a list of all pages and categories on your site.
Tertiary Sidebar Page (page-tertiarysidebar.php)
Replaces the Primary and Secondary sidebars with a new Tertiary sidebar. Activating this template also activates the Tertiary sidebar in the widgets area.