Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Releases: washingtonstateuniversity/hrs.wsu.edu

Feature image template fix

30 Jul 18:43
Compare
Choose a tag to compare

Feature images on pages were behaving unexpectedly depending on which parent theme template was selected. To correct this:

  • Silenced output of the featured-images.php template part.
  • Removed unwanted parent theme page templates from the editor template selection menu.

Also fixed #53 to stop encoding all HTML content in featured image captions.

Template updates and fixes

27 Jul 18:44
067997c
Compare
Choose a tag to compare

Update the single page view templates to move the featured image out of the "hero" position and into the article content. Also includes some bug fixes:

  • Fix #50, Jiggering on site reference nav menu hover.
  • Fix #48, Apply .article-header bottom margin only on single pages.
  • Fix #49, Empty feature image link URL on single views by echoing the Spine image URL function.

Update get terms methods

18 Jul 16:59
8247f7e
Compare
Choose a tag to compare

Updated the get terms methods to separate their concerns more cleanly and use argument arrays and print formatting instead of concatenation.

Quick fixes mostly styles

17 Jul 18:12
53fc6b0
Compare
Choose a tag to compare

This release:

  • Fix #42 with getter method for HRS child theme version instead of global
  • Fix #45 remove excess border on the home page site header

Also styles some elements that were missing clear styles, like abbr, blockquote, and dd.

Page template updates

17 Jul 16:50
8b0cfae
Compare
Choose a tag to compare

This release changes the default page template slightly and includes adjustments to the pagination display method and default content width on pages.

New methods to list recent posts

13 Jul 18:58
fdd19ca
Compare
Choose a tag to compare

This release includes a new shortcode and template tag to display a limited number of recent posts on any page on the site, filtered by HRS Unit and/or category.

Search menu JS fixes

06 Jul 18:40
1659ca7
Compare
Choose a tag to compare

Fixes two issues with the JS handling of the search menu:

  1. Adds focus visibility to the search menu close button for visual keyboard users.
  2. Adds a noscript element to handle display of the search menu when JS is disabled.

Update NPM dependencies

06 Jul 17:09
Compare
Choose a tag to compare

Upgraded several NPM dependencies.

Add Posts Home and Pagination

06 Jul 16:20
60f7fcb
Compare
Choose a tag to compare

Adds a custom posts home page that displays the latest and/or stickiest post as a feature, the four next-most-recent posts as sub-features, and the rest as a standard list. It also includes a "reminders" category that will display a list of reminders (which will also be excluded from the standard posts archive to avoid duplication, but not excluded from term archives). Also adds pagination for all archive templates.

Add Archive Templates

27 Jun 18:46
60ede38
Compare
Choose a tag to compare

This release includes a variety of updates, but the most significant among them are:

  1. Creates a new taxonomy to organize posts by HRS Unit.
  2. Adds two new templates for archive displays: One for displaying posts with an HRS Unit term, and another for displaying all other archive types. Also includes updated styles for these layouts.
  3. Adds a theme setup filter that hooks into the Spine parent theme to define the HRS child theme's default Spine options.