Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

Template files To Create

There are three (3) types of files

Page Templates

  • index.php – first page WP looks for
  • home.php– shows latest blog on home
  • front-page.php – used for static front page
  • single.php – individual post
  • archive.php – for post archives (all the post on your site)
  • category.php – used for post of specific categorty
  • tag.php – post of a specific tag
  • search.php
  • date.php
  • taxonomy.php
  • attachment.php
  • image.php
  • rtl.php
  • 404.php
  • Author.php

Template Partials:Specific part of a page get_header()

  • header.php
  • footer.php
  • sidebar.php
  • comments.php

Logic and Presentation

  • function.php
  • style.css




Published by Kerry Severin | #KmsMind

Leave a Reply

Your email address will not be published. Required fields are marked *