Initial commit
This commit is contained in:
24
leiame.md
Normal file
24
leiame.md
Normal file
@@ -0,0 +1,24 @@
|
||||
/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
|
Reference in New Issue
Block a user