Skip to content

Category Description Addition - #126

Merged
jasperf merged 3 commits into
mainfrom
category-description-addition
Apr 21, 2026
Merged

Category Description Addition#126
jasperf merged 3 commits into
mainfrom
category-description-addition

Conversation

@jasperf

@jasperf jasperf commented Apr 21, 2026

Copy link
Copy Markdown
Contributor

This release introduces v2.10.0 of the Nynaeve theme, adding support for displaying WordPress term descriptions on category, tag, and taxonomy archive page headers. The Post view composer has been updated to resolve and expose the current term's description, which is then conditionally rendered in the page-header.blade.php partial beneath the archive title. Styling has been added to style.css to integrate the description text consistently with the existing page header design. The release also includes a patch-level dependency update to esbuild (0.27.4 → 0.27.7) and a corresponding changelog entry documenting the new feature.

Archive Header Enhancement:

  • The Post.php view composer now resolves the queried term object on category, tag, and custom taxonomy archives and passes its description to the page header partial, enabling contextual editorial copy to appear on archive pages.
  • The page-header.blade.php partial conditionally renders the term description below the archive title when a non-empty description is present, ensuring no visual gap appears on archives without descriptions configured.

Styling:

  • New CSS rules in style.css style the term description output within the page header, maintaining visual consistency with the existing title and breadcrumb elements.

Documentation and Dependencies:

  • CHANGELOG.md updated with a v2.10.0 entry documenting the category/tag/taxonomy description feature for theme maintainers and consumers.
  • esbuild bumped from 0.27.4 to 0.27.7, incorporating upstream patch fixes with no impact on build output.

Files Changed:

Dependency lock files updated: package-lock.json,

@jasperf
jasperf merged commit 5610a19 into main Apr 21, 2026
3 checks passed
@jasperf
jasperf deleted the category-description-addition branch April 21, 2026 03:29
@jasperf
jasperf restored the category-description-addition branch April 21, 2026 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant