upgrade to 3.0

This commit is contained in:
Kathleen Fitzpatrick
2024-10-14 19:27:15 -04:00
parent e8f8a543de
commit 655ad0ded8
1988 changed files with 47081 additions and 263 deletions

View File

@@ -0,0 +1,27 @@
---
title: Themes
date: '2018-08-16T11:50:34-04:00'
permalink: /themes/
tags:
- tinkering
---
Sigh. I am wrestling with a few problems here, which have me a bit stymied. The theme you currently see[^1] is a child theme of [Independent Publisher 2](https://wordpress.com/theme/independent-publisher-2), which is a WordPress.com fork of [Independent Publisher](https://wordpress.org/themes/independent-publisher/), originally developed by Raam Dev. The thing I like about the entire Independent Publisher family is the extent to which it allows focus on the text; its typographically clean and engaging, and pretty flexible overall.
Except for a couple of things. The original Independent Publisher doesnt support a full-width cover image — not a deal-breaker, but Ive grown a little attached to the one Im using here. And its single-column layout winds up looking pretty odd on individual post pages. Independent Publisher 2 takes care of both of those issues, and adds a range of other functionality.[^2]
But Independent Publisher 2 doesnt *really* support post formats, which Independent Publisher does quite well. Ive managed to do a bit of tinkering with my child themes functions.php in order to approximate post format support, which is necessary to my [micro.blog](http://micro.blog/kfitz) integration, but Im running into oddities that make clear how partial that support is. For instance: if I use the post date to automatically create a title for my Asides,[^3] those titles appear on the posts, which, if the posts were really being treated as Asides, they wouldnt.
So I have a few options:
1. Figure out how to hack Independent Publisher to support the full-width header image I want.
2. Figure out how to hack Independent Publisher 2 to fully support post formats.
3. Find a new theme that actually does all the things that I want it to do, and looks the way that I want it to look.[^4]
Id be happy to receive your suggestions!
[^1]: As of 11:30 am, Thursday 16 August 2018, that is; this is likely to change soon.
[^2]: Some of which, like pull quotes, I haven't really used, but it's nice to know that I could.
[^3]: So that they don't appear in my list of posts as one '(no title)' after another.
[^4]: A little tinkering here would be NBD.