🇬🇧 English version below
🇵🇱 Polska wersja poniżej
Lekki i konfigurowalny motyw potomny WordPress oparty na starter-theme. Zaprojektowany z myślą o wydajności, prostocie i szybkim tworzeniu motywów bez zbędnych dodatków.
- WordPress 6.0 lub nowszy
- Motyw nadrzędny:
starter-theme(musi być zainstalowany i aktywny)
git clone https://github.com/bbarski/adbito-child-starter-theme.git wp-content/themes/adbito-child-starter-themeUpewnij się, że katalog starter-theme znajduje się w wp-content/themes/.
Następnie aktywuj motyw w panelu WordPress lub przez WP-CLI:
wp theme activate adbito-child-starter-themefunctions.php– rejestruje style i logikęstyle.css– metadane motywu i style bazowescreenshot.png– opcjonalny podgląd motywuinc/– własne moduły PHPassets/– style, skrypty lub obrazy
Motyw pozwala na:
- Tworzenie layoutów w Tailwind CSS lub własnym stylu
- Nadpisywanie szablonów motywu nadrzędnego
- Dodawanie hooków i filtrów WordPressa
Strukturę można dowolnie rozszerzać zgodnie z potrzebami projektu.
Świetny do szybkiego prototypowania i lekkich stron WordPress. Czytelny kod i minimalne użycie JavaScriptu.
A lightweight, customizable child theme for WordPress, built on top of the starter-theme. Designed for performance, simplicity, and easy theme development without unnecessary bloat.
- WordPress 6.0 or higher
- Parent theme:
starter-theme(must be installed and active)
git clone https://github.com/bbarski/adbito-child-starter-theme.git wp-content/themes/adbito-child-starter-themeMake sure the starter-theme is located in wp-content/themes/.
Then activate the theme via the WordPress dashboard or using WP-CLI:
wp theme activate adbito-child-starter-themefunctions.php– registers styles and adds custom logicstyle.css– child theme metadata and basic stylesscreenshot.png– optional theme previewinc/– for custom PHP modulesassets/– for styles, scripts, or images
This theme allows you to:
- Build layouts with Tailwind CSS or your own
- Override templates from the parent theme
- Add WordPress hooks or filters as needed
You can freely extend the theme structure for your use case.
Great for fast prototyping and minimal WordPress websites that don’t rely on visual builders. Clean and readable code. Minimal JS by design.