WordPress Sandbox Theme
References
- The Sandbox (Plaintxt.org)
Core Templates
- 404.php
- Description: Displays an error page when a user attempts to access a page that doesn’t exist.
- Includes the templates: footer.php, header.php, sidebar.php.
- archive.php
- Description: Displays a list of blog posts in reverse chronological order.
- Includes the templates: footer.php, header.php, searchform.php, sidebar.php.
- archives.php
- Description: An optional Archives Index page. Displays a list of links to archive pages.
- Includes the templates: footer.php, header.php, searchform.php.
- attachment.php
- Description: Displays an image that has been attached to a blog post (or page?). Used only if the “Link to page” option was selected when the image was uploaded.
- Includes the templates: comments.php, footer.php, header.php.
- author.php
- Description: …
- Includes the templates: comments.php, footer.php, header.php.
- category.php
- Description: …
- Includes the templates: comments.php, footer.php, header.php.
- index.php
- Description: The main blog page. Displays a list of blog posts in reverse chronological order.
- Includes the templates: footer.php, header.php, searchform.php, sidebar.php.
- links.php
- Description: Displays a list of links.
- Includes the templates: footer.php, header.php.
- page.php
- Description: Displays a page, as opposed to a post.
- Includes the templates: footer.php, header.php, sidebar.php.
- search.php
- Description: Displays a list of search results after a user has performed a search.
- Includes the templates: footer.php, header.php, sidebar.php.
- single.php
- Description: Displays a single blog post.
- Includes the templates: comments.php, footer.php, header.php.
- tag.php
- Description: ???
- Includes the templates: comments.php, footer.php, header.php.
Included Templates
- comments.php
- Description: Displays the comments form.
- Included by: attachment.php, single.php.
- footer.php
- Description: The footer.
- Included by: 404.php, archive.php, archives.php, attachment.php, index.php, links.php, page.php, search.php, single.php
- functions.php
- Description: Various functions called by the other template files.
- Called by: ?
- header.php
- Description: The header.
- Included by: 404.php, archive.php, archives.php, attachment.php, index.php, links.php, page.php, search.php, single.php
- sidebar.php
- Description: The sidebar.
- Included by:404.php, archive.php, index.php, page.php, single.php.