Not everyone is up to running a daily _________ kind of site (like the original DS106 Daily Create). It’s a tough pace! So now you can make it Every Other Day or heck, even Weekly.

This was out of my own need, there you go. I’m running two of these sites now, a Daily Digital Alchemy for the Networked Narratives class and a [Was] Daily Extend for the Ontario Extend project.

For a few months, the Extend was on pause, as we were working on preparing for the current version of the program as a medium sized Open Online Course running inside edX (that’s another story).

For the mOOC we started Completely Inside, so we re-named them “Small Stretches” and asked people to post their responses in a forum area. From the feedback, a few felt like daily was a bit too many, so we have been doing 3 per week, Monday, Wednesday, and Friday (weekends off!).

But we do have a semi-secret strategy in the mOOC to slowly pry it open, and give participants each week something to do Outside the MOOC. Without any fanfare, on February 11 we just started publishing the same activities in the Extend site. Then we had a “reveal” this week, and we offer participants both methods for taking on the optional extra creative challenges.

All of this was a way of saying, I needed a way to adjust the code to allow for a less than daily pace for publishing (these are set up in the WordPress theme as scheduled posts, previously always set for 24 hours after the last published one).

The theme now has a new admin option to set a pace of scheduling.

New theme option to allow scheduling at different paces (hidden is a every 2 weeks option).

Things inside are dependent on a function when a new “daily” is added, first to find the date of the last published one- this is either the one most far out in the scheduled queue, or if there are no ones, find the date of of the most recently published one.

We first get a time stamp value for the last published/scheduled item using the function above.

Then, we need to do some math to figure out the interval to place before scheduling the current post. Before this, it was just a fixed 24 hours, but now we need to factor in the new option (stored as values of days).

And now we set the correct date to schedule; first check whether we are out currently in an time less than the desired frequency of publishing, so we just push it out from today + the offset. Otherwise, we push the scheduled date that much after the last scheduled one. It looks complex, but, well heck, it makes sense to me.

Of course, as a site manager, you can always go in an manually change the scheduled time for an item.

All of this to say is now you can run a site that pops a new one out every 3 days, every week, every 2 weeks… I guess I could make it once a century if you really need a slower pace.

All of this is now available in the updated version of the theme at https://github.com/cogdog/dailyblank. I don’t think anyone other than me even bothers with setting up these sites, but it’s there is you are also out here on the far reaches of the bell shaped curve.

I think these are fantastic activities to roll into any class or project (which is why I seem to keep making new versions). This new feature just offers a bit more flexibility. Previous changes have set it up to put a site in a pause mode, if you are taking a break (so you are not hitting the twitter API once an hour looking for updates). And one of the best things I added, by request of Mariana Funes for her Daily Stillness site, is a quick way to “recycle” an existing daily into a new one.

And I can’t help but be proud to see the original DS106 Daily Create still going, at number 2605, I think being queued up by current course leaders Paul Bond and Bill Genereux (and maybe, I am not sure, some student workers at UMW?). That site has not stopped publishing daily since January 2012- a 6+ year run, which in this days of come and go web sites, Google slash and burning their own sites, is a good long marathon.

Do it Daily, or less than daily!


Featured Image: Pixabay image by geralt shared under a [WTF is] a Pixabay license

If this kind of stuff has value, please support me by tossing a one time PayPal kibble or monthly on Patreon
Become a patron at Patreon!
Profile Picture for CogDog The Blog
An early 90s builder of web stuff and blogging Alan Levine barks at CogDogBlog.com on web storytelling (#ds106 #4life), photography, bending WordPress, and serendipity in the infinite internet river. He thinks it's weird to write about himself in the third person. And he is 100% into the Fediverse (or tells himself so) Tooting as @cogdog@cosocial.ca

Leave a Reply

Your email address will not be published. Required fields are marked *