Kadence & GeneratePress Child Theme Setup

Ordner-Struktur

Schlank und einfach – ohne SASS/webpack/babel/vite.
ACF kannst du weglassen, falls nicht gebraucht.

Vanilla CSS Organisation in Visual Studio Code mittels Inhaltsverzeichnis und
#region & #endregion comments

Bash
📁 theme-folder/

├── 📁 acf/
   ├── acf-vars.php
   ├── acf-cpt-template.php
   └── acf-cpt-loop.php

├── 📁 styles/
   ├── admin.css
   ├── login.css
   ├── main.css
   └── main.min.css (only with bigger sites)

├── 📁 scripts/
   ├── 📁 components/
      ├── nav.js
      └── accordion.js
   └── main.js (import components)

├── 📁 fonts/
   ├── fontfile.woff2
   └── fontfile.woff

├── 📁 includes/
   ├── wp-tewak1.php
   ├── wp-tweak2.php
   ├── theme-function1.php
   └── theme-function2.php

├── functions.php
├── style.css
└── screenshot.png