Site Overlay

ActivityPub Fixed

I’m running this tumblelog on a WordPress Multisite instance, so plug-ins work a little differently. TIL that you don’t have to Network activate plugins. You can just install them in the network plug-ins manager and leave them deactivated, then activate them individually in each site. Do it that way and the plugin will behave as it would on a single WP site. Therefore, ActivityPub can be available for all blogs that are part of Cordelya.net!

Small Wins

Today’s accomplishment, though small, is also big. Given a WordPress widget that is inserted both in a Page and in a global footer, where I want the full text to appear in the Page entries and only the first sentence to appear in the global footer entries, I worked out a combination of CSS selectors that only set `display: none;` on the non-first-child elements in the global footer without affecting the same elements in the page.

Scroll Up