WordPress Default Theme

References

Images

Core Templates

Included Templates

  • comments.php
    • Description: Displays the comments form.
    • Included by: attachment.php, single.php.
  • comments-popup.php
    • Description: Identical to comments.php, except that it displays in a pop-up window. To activate it, look for <?php //comment_popup_script(); ?> above <?php wp_head(); ?> in the header.php file. If the function is commented out, as in the example, removing the pair of forward slashes. If the function isn’t present, add it.
    • Included by: None by default. If activated, by attachment.php and 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
  • searchform.php
    • Description: The search form.
    • Included by: archives.php, sidebar.php. Also shown on archive.php, index.php if no posts are found.
  • sidebar.php
    • Description: The sidebar.
    • Included by:404.php, archive.php, index.php, page.php, single.php.