Contributors: dshanske
Tags: time, archive, date, onthisday
Stable tag: 1.2.0
Requires at least: 4.9.9
Requires PHP: 7.0
Tested up to: 6.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A Collection of Enhancements to Improve Time Handling on Your Site
This is a compilation of many tweaks to improve your site, including...
- Date Based Archives will show up from oldest to newest, instead of newest first. When you are scrolling through memory lane, you want to do it in order.
- Adds the %dayofyear% tag so you can have your permalinks as /%year%/%dayofyear% instead of month and day.
- Adds On This Day URLs and Widgets /onthisday
- Adds This Week URLs and Widgets /thisweek
- Adds /updated, /random, /oldest as top level archives
- Adds the %week% tag so you can have your permalinks include the year and adds the option for 2021/W21 to indicate Week 21 of the year.
Install and activate. No configuration by default.
This plugin stores no private data.
I realized I was doing a lot of these little enhancements in other places, buried in my other plugins, where they were only tangentially related to what the plugin was for. So I split all of these time based enhancements into their own thing.
- Add functions for previous/next date archive that can be used in a theme
- Remove extra output link due duplicate code
- Fix issue with HTML escaping on widgets
- Add week of post link calculator so week widget will link to the week page
- Load Series in ASC order
- Fix issue where queries for special pages hid dynamic menus
- Adjust filter for this week to exclude previous 6 days, instead of calendar week due to inaccurate calculation
- No longer show this week or this day in those archives. Only show previous years.
- Add in custom photos rewrite for On This Day and This Week features.
- Updated Widget Title Filter
- One final fix...should test better.
- Oops
- Adds week archives and week permalinks
- Add rewrite functions to activation hook to avoid load order issue
- Add Simple Location Map Rewrites
- Add This Week Widget and URLs
- Link to day archive in On This Day widget
- On This Day Widget Title links to On This Day Archive
- Fix Activation Only Issue
- Initial Release