wordpress

wordpress theme common file structure

my-theme/│├── style.css├── index.php├── functions.php├── screenshot.png├── readme.txt│├── header.php├── footer.php├── sidebar.php├── front-page.php├── home.php├── page.php├── single.php├── archive.php├── category.php├── tag.php├── search.php├── 404.php├── comments.php│├── template-parts/│ └── content.php│├── assets/│ ├── css/│ ├── js/│ └── images/│└── languages/…