Skip to content

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.css header (v1.0.4), README.md, repository file listing. Verified 27 Sep 2026.

Specification

ItemValue
Theme nameBlogtail General
Slug / folderblogtail-general
TypeClassic theme (not a child theme)
Version1.0.4
Requires at least / Tested up toWP 6.0 / 7.1
Requires PHP7.4
Text domainblogtail-general
Theme URIhttps://wptheme1.tbskit.com/
Repositorytbskit/blogtail-general (private)
Required pluginWindPress 3.2.90 (Tailwind CSS v4 mode)
Build stepnone

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-general

    Make 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.