Category Description Addition - #126
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
Postview composer has been updated to resolve and expose the current term's description, which is then conditionally rendered in thepage-header.blade.phppartial beneath the archive title. Styling has been added tostyle.cssto 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:
Post.phpview 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.page-header.blade.phppartial 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:
style.cssstyle the term description output within the page header, maintaining visual consistency with the existing title and breadcrumb elements.Documentation and Dependencies:
CHANGELOG.mdupdated with a v2.10.0 entry documenting the category/tag/taxonomy description feature for theme maintainers and consumers.Files Changed:
CHANGELOG.md(Modified)app/View/Composers/Post.php(Modified)resources/views/partials/page-header.blade.php(Modified)style.css(Modified)Dependency lock files updated: package-lock.json,