للعمل علي قالب وردبريس تحتاج الى تنظيم هيكلة المشروع


Theme/
├── index.php
├── style.css
├── functions.php
├── front-page.php
├── header.php
├── footer.php
├── page.php
├── single.php
├── archive.php
├── 404.php
├── search.php
├── screenshot.png
├── Doc.txt

├── assets
    └── css/
    └── js/
    └── images/

├── template-parts
    └── header/
    └── footer/
    └── content/

├── inc
    └── custom-function-one.php
    └── custom-function-two.php