You've already forked wp-bootstrap
fix: add title-tag theme support for proper <title> output (v1.0.2)
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [1.0.2] - 2026-02-10
|
||||
|
||||
### Fixed
|
||||
|
||||
- Missing HTML `<title>` tag on all pages — theme never declared `add_theme_support('title-tag')`, so WordPress's `_wp_render_title_tag()` hook was inactive during `wp_head()` output in Twig templates
|
||||
|
||||
## [1.0.1] - 2026-02-09
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user