oh hey https://mullenweg.wtf/
great summary
wherever you go, there you are
Stuff I posted related to WordPress.
oh hey https://mullenweg.wtf/
great summary
Moved some stuff around the other day to preserve my benharri.wordpress.com subdomain. I discovered that a redirect costs $13/year to be able to send your traffic to your own site. This all feels so hypocritical with Matt Mullenweg’s recent ranting about WP Engine disabling post revisions. Bro, come on…. wp.com is just as bad if…
I’ve found myself tinkering with WordPress stuff a lot lately. Here’s another quick change I made for nicer shortlinks with a shorter domain that I have. This was inspired by trawling through jwz’ archives and hacks. This post in particular. The first piece of this puzzle is adding this location block to the nginx configs…
I’ve been tinkering around with IndieWeb integration on this site and wanted to document some notes getting all this running with a block theme. Theme I’m running a mildly customized version of Pulitzer. I’ve used the Create Block Theme plugin to export my changes and have published it as a standalone child theme here. Changes…
workaround for syndication links not saving the urls.
#!/bin/sh
wp post meta get $1 syndication_log --format=json \
| jq -r '[.[] | .data.url?]' \
| wp post meta add $1 mf2_syndication --format=jsonThis simple plugin loads these as presets into wp: https://github.com/LittleBigThing/Modern-Font-Stacks-for-WP
Testing webmentions with webmention.rocks.
Delete fails because WordPress returns 404 for the missing post. Test 23 failed as well, not sure why.
Test 1
Test 2
Test 3
Test 4
Test 5
Test 6
Test 7
Test 8
Test 9
Test 10
Test 11
Test 12
Test 13
Test 14
Test 15
Test 16
Test 17
Test 18
Test 19
Test 20
Test 21
Test 22
Test 23
https://webmention.rocks/update/1/part/2
https://webmention.rocks/update/1
https://webmention.rocks/update/2
https://webmention.rocks/receive/1
https://webmention.rocks/receive/2
My site is WordPress current stable with the following plugins:
| Plugin Name | Version Info |
|---|---|
| Feed Reader | Version 0.3.1 by Jan Boddez | Auto-updates enabled |
| IndieAuth | Version 4.5.1 by IndieWeb WordPress Outreach Club | Auto-updates enabled |
| IndieBlocks | Version 0.13.0 by Jan Boddez | Auto-updates enabled |
| IndieWeb | Version 4.0.5 by IndieWebCamp WordPress Outreach Club | Auto-updates enabled |
| Jetpack | Version 13.7 by Automattic | Auto-updates enabled |
| MF2 Feed | Version 3.1.1 by IndieWeb WordPress Outreach Club | Auto-updates enabled |
| Micropub | Version 2.4.0 by IndieWeb WordPress Outreach Club | Auto-updates enabled |
| Post Type Switcher | Version 3.3.1 by Triple J Software, Inc. | Auto-updates enabled |
| Public Post Preview | Version 2.10.0 by Dominik Schilling | Auto-updates enabled |
| Query Monitor | Version 3.16.4 by John Blackbourn | Auto-updates enabled |
| Stream | Version 4.0.1 by XWP | Auto-updates enabled |
| Syndication Links | Version 4.4.20 by David Shanske | Auto-updates enabled |
| W3 Total Cache | Version 2.7.5 by BoldGrid | Auto-updates enabled |
| Webmention | Version 5.3.3 by Matthias Pfefferle | Auto-updates enabled |
| WebSub (FKA. PubSubHubbub) | Version 3.2.1 by PubSubHubbub Team | Auto-updates enabled |
| WordPress Beta Tester | Version 3.5.6 by WordPress Upgrade/Install Team | Auto-updates enabled |
Anyone had luck with microformats / indieweb stuff with block themes? Indieblocks seems like the way to go so far.
WordPress block themes have grown on me. Spent a couple hours this weekend sprucing up tcpinball.org. Found this lovely block theme and it all came together quite nicely. Had a strange bug where the Navigation block stopped working on certain pages. Didn’t find the actual cause but it fixed itself when I disabled the Gutenberg…