WP Manifestindependent plugin directory
manifest / editor / historian

Historian Block

A WP plugin for exposing your blog's older content.

by Ryan Neudorf · github.com/ohryan/historian · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/ohryan/historian/archive/refs/heads/master.zip

Historian Block aka "this week in history" for your blog.

Description

Historian Block displays a list of posts from this week in your blog's history, organized by year. It's easy to forget about the great blog posts you've written in the past.

Installation

  1. Upload the plugin.
  2. Activate it.
  3. Check your dashboard.

Screenshots

  1. The dashboard widget.

Changelog

2.0.1

  • Added a block to replace the old widget.

1.0

  • ADDED SIDEBAR WIDGET!
  • Rewrote WP_Query calls, should be a little quicker
  • Renamed to 'Historian'

0.1.2

  • Fixed a date bug.(Turns out the ISO-8601 dates returned by PHP's date() do not work like I thought they did.)

0.1.1

  • Improved handling of multiple posts in a single day.
  • Added a screenshot.

0.1

  • Initial version. Nothing to change.