Wordpress Site Architecture
WordPress Theme authors are encouraged to maintain much of the core site architecture of XHTML tags and CSS selectors To Wordpress Theme authors
*  index.php * header.php * sidebar.php * footer.php  Template Files
*  single.php * header.php * sidebar.php * footer.php * comments.php  Single post page Files
*  index.php * category.php * 404.php * search.php * header.php * sidebar.php * footer.php Wewill sy CSS selectors belong in which template files. multi-post page like categories, archives, and search
The core structure of a WordPress site features, at a minimum, are: * Header * Sidebar/Menu * Content * Footer Core Structure
 

Wordpress architecture

  • 1.
  • 2.
    WordPress Theme authorsare encouraged to maintain much of the core site architecture of XHTML tags and CSS selectors To Wordpress Theme authors
  • 3.
    * index.php* header.php * sidebar.php * footer.php Template Files
  • 4.
    * single.php* header.php * sidebar.php * footer.php * comments.php Single post page Files
  • 5.
    * index.php* category.php * 404.php * search.php * header.php * sidebar.php * footer.php Wewill sy CSS selectors belong in which template files. multi-post page like categories, archives, and search
  • 6.
    The core structureof a WordPress site features, at a minimum, are: * Header * Sidebar/Menu * Content * Footer Core Structure
  • 7.