Directory Overview
File Structure
Section titled “File Structure”/wp-content/themes/products/├── assets/ # Static assets├── inc/ # Core PHP includes├── js/ # JavaScript files├── languages/ # Translations├── sass/ # SCSS sources├── scripts/ # Automation scripts├── template-parts/ # Reusable templates├── *.php # Page templates├── functions.php # Theme functions└── style.css # Main stylesheetKey Directories
Section titled “Key Directories”/inc/ - Core Includes
Section titled “/inc/ - Core Includes”PHP modules for database, search, and features.
/scripts/ - Automation
Section titled “/scripts/ - Automation”Cron jobs and scheduled tasks.
/template-parts/ - Components
Section titled “/template-parts/ - Components”Reusable template components.
/js/ - JavaScript
Section titled “/js/ - JavaScript”Frontend functionality and interactions.
Next Steps
Section titled “Next Steps”- Core Includes -
/inc/directory - Scripts - Automation scripts
- Templates - Template components