Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: resolves issues with archive lists and dates #1325

Merged
merged 3 commits into from
Feb 11, 2025

Conversation

sebastianthulin
Copy link
Member

This pull request includes changes to the library/Controller/Archive.php file to enhance the date formatting for posts and taxonomy terms. The most important changes include modifying the date format in the getListItems and prepareTaxonomyColumns functions.

Improvements to date formatting:

  • library/Controller/Archive.php: Updated the getListItems function to use wp_date with the WordPress date format option for post_date.
  • library/Controller/Archive.php: Modified the prepareTaxonomyColumns function to format term names as dates when possible using wp_date and the WordPress date format option.

Copy link

@sebastianthulin sebastianthulin merged commit 0cc028e into main Feb 11, 2025
8 of 9 checks passed
@sebastianthulin sebastianthulin deleted the fix/resolve-date-formatting-in-archive-lists branch February 11, 2025 13:55
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.

2 participants