On October 7, 2024 at 19:39

How do you keep track of links across the site to ensure they're up to date? On relatively new sites I often find myself updating page and post slugs which then requires replacing all references.

How do you keep track of links across the site to ensure they're up to date? On relatively new sites I often find myself updating page and post slugs which then requires replacing all references.

Safari bookmarks bar on macOS now supports favicons and empty titles so I can finally switch from Chrome to Safari on Desktop. It was the only thing keeping me using Chrome.
How are you navigating to frequently visited sites?
Responded to @carstingaxion:
@carstingaxion I didn’t check, no 😅 I imagined there would be one. Is it this? https://github.com/WordPress/gutenberg/issues/41606

WordPress themes used to embrace Microformats which helped search engines extract semantic content without needing a plugin that prints JSON-LD schema.
How do we solve this with blocks when different content elements can be anywhere? Is it time to have basic JSON-LD implementation in core?

WP Inspector is a Chrome extension that gives you quick access to the login link of any WordPress site, along with information about the current view type (single, page, archive) and REST API links for the current request.
Get it from the Chrome web store: https://chromewebstore.google.com/detail/wp-inspector/ilamkjihnomdekgagflnjjnkdnomcjbl
And check out the source code on GitHub: https://github.com/wpelevator/wp-inspector-browser-extension

Many WordPress projects skip on unit tests because of how complicated the setup seems. I'm working on a course that will let you start writing your first PHPUnit test in minutes! Subscribe on https://wpelevator.com to get notified when it launches!
Responded to @kasparsd:

This is the relevant part of the WP block that makes the display decision. Somehow the page had its modified date stuck before the publish date…

Something is not working with the "last modified" block in WordPress – it isn't showing up for posts that have definitely been modified. Anyone experienced this before?
I've published this ultimate 📖 guide for how to mirror WordPress SVN repositories. It's not a trivial task and requires several terabytes of disk space but it can be done! Visit: https://wpelevator.com/guides/mirror-wordpress-svn-repositories

Restic is wonderful for Docker volume backups. Used it to recover an older sqlite database for Nginx Proxy Manager a few days ago.

New on blog: How to Rate Limit Requests to Specific PHP Files with Nginx https://kaspars.net/blog/nginx-rate-limit-php

New on blog: Use AppleScript to Resize All Windows for Screen Recording https://kaspars.net/blog/applescript-resize-all-windows
What is your preference for #PGP key expiry period? Do you renew it annually or keep at long TTL? What is the best practice?
One major benefit of running @homeassistant with Docker is that you don’t see the update notifications and everything just works.
Responded to @fabionatali:
@fabionatali Understood! My usacase was to save on space and to reduce the power consumption (with one power supply and UPS) by having everything on a single device that I control. That SFP ONT stick has its own Linux so it is still a separate device.
Plugging your router in the bridged port of the provider’s ONT would be equally performant.
Responded to @fabionatali:
@fabionatali Have you considered getting an SFP ONT modem and plugging that directly into a router like Mikrotik RB5009? I have success with this module https://hack-gpon.org/ont-odi-realtek-dfp-34x-2c2/ and following this guide https://www.hitoha.moe/odi-dfp-34x-2c2-gpon-onu-sfp/
Did you know there is a `<q>` element for inline quotes which adds quotation marks around the inner content by default? Useful for quick references without the distraction of block level breaks from `<blockquote>`. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/q
Responded to @7a24c37a89:
@jan How did you mark this post as a reply to https://jan.boddez.net/articles/share-on-mastodon-v0-19-1 and make it appear as a WP comment to it in addition to being a standalone WP post?