Once you have a few years of blogging in your archives, you thus have some history (doh). And I made a little plugin to make it more visible, to generate a list of previous year’s post published on the current day.
Just peek at my own page using this.
It all started with a tweet from John Johnston.
John has an On This Day page that generates a list of his own posts published on the current day. I found it interesting, and guessed he might have used a plugin. I looked at two I found in the WordPress repository, but they did not do the trick, so I took the obvious step of asking John in twitter.
Not surprisingly it was something he wrote himself. Not surprisingly, he shared it.
I gave John’s plugin a try on this blog, but ran into some problems- in the editor, the shortcode was outputting to the top of the screen (I think it might need a (!is_admin()) conditional to make sure it’s not running in the dashboard?) and also, on my page, it was inserting content at the top of the page, above the content I had written (guessing because it hooks the main query).
So I rolled up my sleeves and coded my own, now available as the Posted Today plugin. It provides a shortcode that could be used anywhere in your WordPress site (post, page, widget?) but mainly the intent is for a Page.
Adding There are 14 posts previously published on September 11th
- 2025
- Federating Typos I love WordPress. And I love the Fediverse. So together, I love the ActivityPub WordPress plugin that is the magic pixie dust betwxit them. This is an experiment. I published a post here yesterday A[I]s We May Not Think (nor search, nor link), hence autopmatically sent out to the wide fedispace via @barking which was […]
- Blabbing About Blogging for Reclaim Hosting’s “On Writing” What could be more traditional than the time honored blogging about blogging? Oh, oh, oh, Mr. Kotter call in me! What about blabbing live online about blogging? That’s the beauty oh what is just a part of Reclaim Hosting’s Blogging Community of Practice, notably the “On Writing” series on Reclaim.tv that Jim Groom et al […]
- 2020
- Old Time HTM&L Cue up the NCSA Silver Browser Band… Just take those old web sites off the shelf I’ll click and watch ’em by myself Today’s sites ain’t got the same soul I like that old-time HTM&L Don’t tell me about web standards What fun is there without a tag for a blink Or a marquee to […]
- 2018
- You Can’t Always Get The Features You Want… A call came in from Aaron Davis on the coding request line came through for my Export Posts to CSV WordPress plugin. https://twitter.com/mrkrndvs/status/1035770170046914560 He microblogged today a mention A plugin of mine he had a plan I knew he might need a correction An issue submitted may mean I can No, you can’t always get […]
- 2015
- Tuco No Ugly I do not even want to look to find out the last time I officially completed a ds106 assignment (probably last time I taught, Spring 2014). But I was so inspired by Bill Genereux’s new one, A Scene We Didn’t Get To See: Create a short video that shows a scene from your favorite TV […]
- The Twitter Ramp Up Problem We are hearing a lot of feedback from our UDG Agora participants that many of their efforts to have their students use twitter fall short “They don’t like it”, “They won’t go there”, “they prefer Facebook”. I have zero surprise. If you send anyone to twitter for the first time telling them to “make and […]
- If You Can Explain Twitter to Your Mom… I’ve used this suggestion a few times to participants in our UdGAgora Project who are trying to figure out what kinds of things they can have their students do, that also produce some artifact that documents their learning. Few things work better to me than having your students have to explain the concept themselves to […]
- 2014
- I am a Smart-Ass Published tonight on medium.com – am still finding my way around the writing space. I find it makes me actually go over my words like 4 or 5 times rather than my typo-ridden blurt here. But anyhow, the real truth behind the origin of the Internet I am a Smart-Ass (the Internet was built for […]
- My God– It’s Full of CMOOCs! I thought this image was a clever idea, but it may not be quite apparent. I have replaced Dave from 2001 A Space Odyssey with a montage/collage/frommage of George Siemens (image source) and Stephen Downes (image source). Why? Of course, together they spawned the first cMOOC, CCK08, which really ought to be for Canadian Massive […]
- 2013
- On the Cover of a DS106 Book You should be able to get your pre-order in for Anya Kamenetz’s newest book! This is my submission for today’s ds106 daily create (TDC612) We predict the next book by @anya1anya is about #ds106. Design her some cover art. September 11, 2013 Anya Kamenetz is one of the organizers of the Reclaim Open Learning Contest, […]
- 2011
- Book Report: Microserfs My book report is on this really cool story… I just wanted to continue a log of books read on this trip; my reading volume will likely exceed the sum total for the last 4 years. When I was in Hope, BC, I found a great little book store that had 50% off of all […]
- The ds106 Narrative Fence cc licensed ( BY NC SD ) flickr photo shared by cj berry Every other sentence in this post is going to be a disclaimer that I am NOT criticizing the newest efforts of the ds106 course being drawn out by Michael B Smith. Can I repeat– I am NOT criticizing the newest efforts of […]
- 2007
- Roll Your Own Flickr Notes For a long time I have continually raved about what I think is a severely under-used Cool Flickr Feature- the ability to add notes, or hypertext regions to images. For many long, winter nights, I have wondered.. Why Dont Teachers Jump All Over Such a Thing?, but alas, gave up on hearing an answer from […]
- 2003
- Way Cool Tool for Getting out of the Blog Style Box This looks rather useful for weblogers who are still mired in the out of the box templates: Firdamatic: the Design Tool for the Uninspired Webloggers “is an online tableless HTML layout generator that allows you to create and customise layouts easily only by completing forms, making creating skins for your Firdamatic-based layout a breeze.” Not […]
is all a page needs to generate output like mine a listing of all posts on the current day (like today’s show all past posts for January 15). I added post excerpts and some logic to group together posts in the same day (because heck sometimes I post 4 times a day) and added excerpts as well.
The output has CSS classes so you can set some design (like I remove bullets from the years, and change line height, font size for excerpts).
I was going to blog a screenshot yo show today’s output, but realized I had designed a better means. After getting the plugin to actually work (meaning not barfing errors because I dropped a semi-colon!) I started thinking of options for the shortcode. Including the month and day like means with There are 11 posts previously published on January 15th
- 2025
- Blog blog blog 2024 In the grand tradition of end of the year blog efforts, the summarizing and blog navel gazing… I failed on finding the energy. And I’m late. But with the inspiration of a legendary academic research paper, I bring you my year in blogging. Blog blog blog “Blog Blog blog Blog Blog Blog“. Blog blog blog: […]
- 2020
- She Paints Llamas My little big sister Harriet always has display the real artist talent in the family. She’s done it again. A surprise package in the mail came with a new watercolor, this of the llamas that live up the road from Cori and I. She has not set up her easel here yet (especially now that […]
- 2019
- A Plugin For Your Blogged Past Once you have a few years of blogging in your archives, you thus have some history (doh). And I made a little plugin to make it more visible, to generate a list of previous year’s post published on the current day. Just peek at my own page using this. It all started with a tweet […]
- 2016
- A medium Sized Rant on Customer Service and a $5 Keychain I am far from ready and will never do all my blogging on medium.com… but to understand how it works, and just to have a different writing experience, I do like to use it every now and then. Perhaps it will be read more or less, but it is a different form. If I were […]
- When I Grow Up I Want to Be a [Pretend] Cowboy [on the Internet] I’m not sure as a kid if I ever uttered the “I want to grow up to be a cowboy” line (maybe Mom listened to Waylon and Willie). How would a suburban Baltimore kid in the 1970s even get the idea? Easy. TV. I’m digging back in the memory layers for what I might have […]
- 2015
- YAS (Yet Another SPLOT) TRU Collector Not bad for a couple hours of WordPress gnashing. A new Smallest/Simplest Possible Learning Online Tool. Meet the TRU Collector It’s not all that novel. The idea came from TRU Instructional Designers Kelly Warnock and Melissa Melissa Jakubec who will be doing a workshop next Friday on finding openly licensed images (and we will have […]
- The Making of The You Show Episode 1 The You Show has left the gate with our first week of activity, and as usual (well twice in a row), Brian and I return in our dual roles as hosts and back stage techs. In The You Show and … Continued
- A Photo A Day Keeps the Dullness Away We are rolling out today the You Show’s The Daily – a site that will generate a small creative challenge every day at 8:00am PT. A new one will be […]
- 2013
- Fall 2012 ds106 Course Evaluations cc licensed ( BY NC SD ) flickr photo shared by B_Zedan Ripping the page out of the Jim Groom playbook (again), and as I did when I taught ds106 the first time last Spring in parallel to him, here I share the class evaluations from the Fall 2010 section of ds106. Frankly I love […]
- Howdy, ETMOOC My introduction video for the newly launched ETMOOC – something I might be lukewarm about were it not something that Alec Couros was fostering. His own network connectivity, not the linking for the same of linking, is something you want to be part of- witness over 1000 people who signed up, 200 of them fitting […]
- 2011
- Sorry for Ignoring Book Recommendations My humble apologies- Two weeks ago I asked for recommendations for beach reading and got a great list— and I started one not on the list! I have a good reason- it was a Christmas present from one of my longest known best friends, who wrote inside of it: I hope you still find time […]
I can create a page for posts on an arbitrary date (see example) if I really want to share what I have written on January 15s – hey it was the birthdate of the TRU Collector SPLOT.
And one more enhancement, if you don’t want the excerpts (like maybe in sidebar text widget, you can do this with another shortcode There are 14 posts previously published on September 11th
- 2025
- 2020
- 2018
- 2015
- 2014
- 2013
- 2011
- 2007
- 2003
.
I’m pretty impressed 😉
And this got me thinking yesterday, as I was working on an eCampus Ontario project launching in edX plus some other thoughts trying to help my wife figure out things for her course hosted in Moodle. These systems have to try to include the functionality everybody might want, that’s how they get ginormous (and full of menus, options to wade through).
And while they might be extensible via plugins too (that only a server admin can add), it’s different from WordPress in that I, as a site owner, can find or write (and share) my own small extensions to do what I want. It’s much closer, IMHO, to the original dream of the web than dream of something like MS Office (where I still everytime fail to find out how to format tabs).
And we have a prize for early adopters 😉 (the prize is a thank you reply)
I added to the plugin site a place to see examples, so if you use this plugin either share a link or go ahead and fork that readme and do it yourself.
Featured Image: My Photo Made the April Calendar flickr photo by cogdogblogshared into the public domain using Creative Commons Public Domain Dedication (CC0)
Share this barking on social media
Hi Alan,
I’m pretty impressed too. Nice stuff on the options/params.
Mine started as a page template and was stuffed into a plugin when someone on micro.blog was interested.
I don’t see the stuff on admin, although I am using WP5 I’ve Gutenberg turned off?
I didn’t notice the above post problem as I’ve nothing on the page, twas a bit quick & dirty.
I look forward to digging into yours and learning a bit when I get a mo but that is not happening as much as I’d like.
No worries- thanks for the idea that started this.
I love this Alan. I have been thinking about adding a ‘Today’ page to my Collect site for a while. It really adds impetus to collect everything from around the web in one place, such as Facebook and Twitter. Now to work on that.
Also on: Read Write Collect