What are the file structure in wordpress.

0
  • index.php :- This is for index page.
  • search.php :- This is for display the search result page.
  • single.php :- This is for single post page.
  • page.php :- This is for display the static pages.
  • category.php :- This is for Display the category page.
  • tag.php :- this is For display the tags page.
  • author.php :- This is for display author page.
  • taxonomy.php :- This is for display the taxonomy archive.
  • attachment.php :- This is for managing the single attachments page.
  • header.php :- This is for managing top part of page.
  • footer.php :- This is for manage bottom part of pages.
  • archive.php :- This is for archive page display.
  • 404.php :- This is for display 404 error page.
Share.