Scott's WordLand
Testing the WordLand Baseline Theme
July 30, 2025 by Scott Hanson

We have a proposed layout for a linkblog homepage at links.daveverse.org. It's a work in progress, and it's not yet available at the GitHub repo. The layout is very inspired by the links tab at Scripting News.

Right now the linkblog homepage is an option in the Baseline theme. When turned on, it activates a linkblog template for the homepage. Is this the right way to do it? Should a linkblog layout be a separate theme or a child theme of Baseline? I don't know yet. 😃

For the layout I* am making a lot of assumptions about linkblogs. 

  • The site is only a linkblog. We don't show any other kinds of posts.
  • All posts are in the 'linkblog' category. Posts not in the 'linkblog' category are ignored.
  • Posts will usually (or almost always) have a 'link' attribute, which WordLand puts in a custom field in the post. This will be put as a link at the end of the post.
  • Posts do not have titles. If a title is included, it is ignored.
  • Posts are usually (or almost always) a single paragraph. If there is more than one paragraph, they will all be printed, but the layout is optimized for one-paragraph posts.
  • There are no links to individual posts. 
  • Archive pages of posts older than a few weeks or months is a problem to be solved later.

*I say "I" here as these assumptions are completely arbitrary and were not made in consultation with anyone else. They can certainly be discussed in the GitHub repo.

July 7, 2025 by Scott Hanson

I've published a minor update v0.1.5 to the Baseline theme. It now shows a minimum number of posts on the home page, even if you haven't written any posts in the past two months.

Now that linkblogs have been added as a feature to WordLand, we're thinking about how best to display them with the Baseline theme. I've put up a prototype of a linkblog in WordPress to experiment with the layout. (The prototype gets it's data by polling the RSS feed once an hour rather than from WordLand, but the basic idea is the same.)

June 5, 2025 by Scott Hanson

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.

May 30, 2025 by Scott Hanson

I got a mail from WordPress today announcing their AI website building. Having just built a (very basic) theme for WordPress, I decided to take it for a spin.

The first blurb on the entry page is "This is way better than Wix." So we see who their target audience is. 

I told the prompt that I wanted a blog to feature my own writing, ranging from tweet-like short posts to a few paragraphs, on daily life and current events from an American living in Europe. It crashed once, but it sent me a mail with a link to resume working on the site.

After it was done with my prompts, it put me in the WordPress Site Editor and asked me to choose fonts, colors, and a basic layout. It won't let me out of the Site Editor until I upgrade to a paid site.  

The text is soulless AI, really hung up on Europe. But it looks like a working theme that I could start out with if I were looking to make a site like this. I would give it the Midwestern compliment "it's not too bad".

May 20, 2025 by Scott Hanson

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.

Last update: 7/30/25; 5:23:59 PM.