-
WP Bootstrap 1.0.6
Stablereleased this
2026-02-14 20:44:52 +00:00 | 14 commits to main since this releaseFixed
- Sidebar widgets not rendered on pages using the "Page with Sidebar" template —
ContextBuilder::build()only populatedsidebarcontext foris_home(), sopage-sidebar.html.twigreceived no widget data
Downloads
- Sidebar widgets not rendered on pages using the "Page with Sidebar" template —
-
WP Bootstrap 1.0.5
Stablereleased this
2026-02-11 16:51:28 +00:00 | 15 commits to main since this releaseAdded
- 11 new translation files: de_CH_informal, de_DE, de_DE_informal, en_GB, es_ES, fr_CH, it_CH, it_IT, nl_NL, pl_PL, pt_PT (total: 13 locales + en_US base)
- Compiled .mo files for all 13 translations
Changed
- Standardized all .po file names to use
wp-bootstrap-prefix (WordPress convention:{text-domain}-{locale}.po)
Downloads
-
WP Bootstrap 1.0.4
Stablereleased this
2026-02-11 10:48:20 +00:00 | 16 commits to main since this releaseAdded
wp_bootstrap_should_render_templatefilter inTemplateController::render()— allows plugins and child themes to prevent the theme from rendering a specific request, enabling clean separation of concerns when plugins handle their own page rendering
Downloads
-
WP Bootstrap 1.0.3
Stablereleased this
2026-02-11 08:54:23 +00:00 | 17 commits to main since this releaseRelease version 1.0.3
Downloads
-
WP Bootstrap 1.0.2
Stablereleased this
2026-02-10 15:00:15 +00:00 | 18 commits to main since this releaseFixed
- Missing HTML
<title>tag on all pages — theme never declaredadd_theme_support('title-tag'), so WordPress's_wp_render_title_tag()hook was inactive duringwp_head()output in Twig templates
Downloads
- Missing HTML
-
WP Bootstrap 1.0.1
Stablereleased this
2026-02-09 08:28:33 +00:00 | 19 commits to main since this releaseAdded
- Bootstrap Icons web font integration — all 2,000+ icons available via
<i class="bi bi-*"></i>CSS classes copy:iconsbuild step to copy icon font files (.woff,.woff2) fromnode_modulestoassets/fonts/- Bootstrap Icons SCSS imported in both frontend and editor stylesheets for icon support in templates and block editor
Downloads
- Bootstrap Icons web font integration — all 2,000+ icons available via
-
WP Bootstrap 1.0.0
Stablereleased this
2026-02-08 17:43:15 +00:00 | 20 commits to main since this releaseAdded
- Sidebar widget area (
primary-sidebar) registered viaregister_sidebar()— manageable in Appearance > Widgets - Widget area rendering in Twig sidebar with fallback to built-in content (recent posts, search, tags) when no widgets assigned
- Widget area description strings added to all translation files (en_US, de_CH, fr_FR)
Changed
- Updated README.md with accurate feature counts (15 style variations, 41 patterns, 3 translations)
- Added documentation for style variation bridge, widget areas, RTL support, and accessibility features
Downloads
- Sidebar widget area (
-
WP Bootstrap 0.3.3
Pre-Releasereleased this
2026-02-08 17:12:56 +00:00 | 21 commits to main since this releaseFixed
- Style variation colors not applied to Bootstrap frontend — bridge function checked wrong palette origin (
custominstead oftheme) - Variation detection now compares
themeorigin against base theme.json defaults instead of looking for slugs incustomorigin
Downloads
- Style variation colors not applied to Bootstrap frontend — bridge function checked wrong palette origin (
-
WP Bootstrap 0.3.2
Pre-Releasereleased this
2026-02-08 16:33:18 +00:00 | 22 commits to main since this releaseFixed
- Dark mode body colors overridden by WordPress global styles (
styles.colorintheme.jsongenerated conflictingbodyCSS) - Dark mode styling for plugin-generated form elements (
select,input,textarea) that lack Bootstrap classes - Footer columns template used hardcoded
bg-dark text-lightinstead of semanticbg-body-tertiary - Style variation bridge function ran with default palette when no variation was active, causing unnecessary CSS overrides
Changed
- Removed
styles.colorfromtheme.jsonto prevent WordPress from generating body background/text CSS that conflicts with Bootstrap dark mode - Added
!importantoverride in_custom.scssforhtml[data-bs-theme="dark"] bodyto ensure Bootstrap dark mode takes precedence - Added broad dark mode rules for native form elements in
_custom.scss
Downloads
- Dark mode body colors overridden by WordPress global styles (
-
WP Bootstrap 0.3.1
Pre-Releasereleased this
2026-02-08 15:37:36 +00:00 | 23 commits to main since this releaseAdded
- 4 new light style variations: Rose, Sand, Lavender, Mint
- 4 new dark style variations: Slate, Mocha, Nebula, Obsidian
- Total of 15 color palettes available in the Design Editor (7 light, 7 dark, plus default)
Downloads
You've already forked wp-bootstrap