I'm trying out a new logic for the home page. Instead of using infinite scroll to eventually show all posts, we're showing only the posts for the current and previous month, just like Scripting News. We don't link to anything older, since old news is no longer news, and good older posts will have links from elsewhere.
There will be an option to show the traditional WordPress pagination links to older posts for those who prefer that behavior.
We've just packaged v0.1.2 of the Baseline theme, which adds support for featured images (here's an example). The installation instructions are here.
Our next goal is to get the theme accepted into the WordPress.org theme directory. That will make it a lot easier to install on self-hosted sites, and and is a prerequisite to getting the theme approved for WordPress.com.
While not strictly necessary for acceptance, in that process we'll be converting Baseline to a block theme. We want to be certain Baseline is compatible with future versions of WordPress, and a block theme will help ensure that.
For WordPress.com sites
You must have a business plan at WordPress.com in order to install Baseline.
For self-hosted sites
The source code for the theme is available at GitHub.
We're trying out smaller post titles on the home page. These are now 25px, as opposed to 32px on the single post page.
Block quotes are supported by WordLand, but didn't yet have a style.
This is now a block quote with a style.
And here is some text after the block quote.
My answers to the questions from May 4, 2025:
Other problems I've noticed
like this
isn't very distinguishable from normal text (issue on GitHub).I've applied the single column layout proposed by Christy Nyiri. I personally think it looks fantastic.
Here are some WordLand styles.
This is a block quote. (This doesn't seem to be styled yet.)
Bold, italics, underlined (hmm, it's not underlined).
An ordered shopping list:
Notes as an unordered list:
Here's a paragraph that appears under the unordered list.
Scott, a discussion on the support repo about whether we should have H4 in the popup menu led me to consider an option I had been thinking about in the background — letting the user configure the contents of that menu. It's basically a list of names, chosen from these:
bold, italic, underline, anchor, h1, h2, h3, quote, unorderedlist, orderedlist, pre, removeFormat, justifyLeft, justifyCenter, justifyRight, justifyFull, indent, outdent
They all seem to work. Special provisions need to be made in the baseline site for h1, h2, and h3, esp h3.
h3 should be the same font-size and line-height as a paragraph, but boldface.
It's the best way to add a headline to writing in wordland. Imho any other size starts getting into MySpace territory.