Blogtail General
Classic “empty” starter theme for wptheme1.tbskit.com. It deliberately ships no
visual CSS of its own: the entire look is built from Tailwind CSS utility classes
injected and compiled by the WindPress plugin, so there is no build step.
Source:
tbskit/blogtail-general—style.cssheader (v1.0.4),README.md, repository file listing. Verified 27 Sep 2026.
Specification
| Item | Value |
|---|---|
| Theme name | Blogtail General |
| Slug / folder | blogtail-general |
| Type | Classic theme (not a child theme) |
| Version | 1.0.4 |
| Requires at least / Tested up to | WP 6.0 / 7.1 |
| Requires PHP | 7.4 |
| Text domain | blogtail-general |
| Theme URI | https://wptheme1.tbskit.com/ |
| Repository | tbskit/blogtail-general (private) |
| Required plugin | WindPress 3.2.90 (Tailwind CSS v4 mode) |
| Build step | none |
File structure
- style.css
- functions.php
- header.php
- footer.php
- index.php
- archive.php
- search.php
- searchform.php
- page.php
- 404.php
- single.php
- sidebar-single.php
- comments.php
- windpress.php
- card.php
- archive-header.php
- archive-empty.php
- home-hero.php
- screenshot.png
Install
Put the theme in the themes folder
# this server (192.168.1.2); the theme is already installed here:
ls /home/www/project/wordpress/web/web/wp-content/themes/blogtail-generalMake sure WindPress is active
Without the WindPress plugin (Tailwind v4 mode) the site renders unstyled — the theme carries no visual CSS on purpose.
Activate
Appearance → Themes → Blogtail General, or wp theme activate blogtail-general.
Do not remove Tailwind classes from the templates assuming they are unused — they are
the design. Any new markup should use Tailwind utility classes so WindPress compiles them.
Pages in this section
- Introduction — what the theme is, how it is designed, and what ships in it.
- Installation — ZIP upload or copy into
wp-content/themes, plus WindPress and file permissions. - Importing the Sample Content — sample import on a new WordPress only, and how the importer works.
- Logo, Favicon, Site Name & Header Navigation — site identity and the header menu, all from wp-admin.
- To be added: template parts (
home-hero,card,archive-header), the WindPress setup, sidebar widgets, and the search form variants.