537 B
537 B
/wp-content/themes/nome-do-tema/ ├── style.css ├── index.php ├── functions.php ├── header.php ├── footer.php ├── sidebar.php ├── front-page.php ├── page.php ├── single.php ├── archive.php ├── 404.php ├── search.php ├── assets/ │ ├── css/ │ ├── js/ │ └── images/ ├── languages/ │ ├── pt_BR.po │ └── pt_BR.mo ├── template-parts/ │ └── content.php ├── rtl.css └── screenshot.png