Warum sind Spalten in Beiträgen (und damit im #Feed) überhaupt erlaubt?
Ich habe mir mal Gedanken über #RSS-Feeds gemacht, warum sie ständig für tot erklärt werden und warum #WordPress daran mit Schuld ist.
torstenlandsiedel.de/2025/10/05/d...
Warum sind Spalten in Beiträgen (und damit im #Feed) überhaupt erlaubt?
Ich habe mir mal Gedanken über #RSS-Feeds gemacht, warum sie ständig für tot erklärt werden und warum #WordPress daran mit Schuld ist.
torstenlandsiedel.de/2025/10/05/d...
Heute ist wieder #WordPress #Meetup in #Hamburg
Thema: Code-Snippets - Bringt eure Lieblingsschnipsel mit!
Anmeldung:
wpmeetup-hamburg.de/wordpress-me...
Oder hier:
meetup.com/de-DE/hambur...
Wo? Planckstr. 13 (Conference Cube)
Wann? Ab 19 Uhr
#WPHH - Wir freuen uns!
Was passiert eigentlich, wenn dein #WordPress einen fatalen Fehler hat, aber die E-Mail geht an den Kunden/die Kundin und ist nicht greifbar?
Es gibt Lösungen und weitere systematische Probleme. Mehr dazu in meinem neuen Artikel:
torstenlandsiedel.de/2025/07/27/f...
In einer Woche ist wieder #WordPress #Meetup in #Hamburg
Thema: Code-Snippets - Bringt eure Lieblingsschnipsel mit!
Anmeldung:
www.wpmeetup-hamburg.de/wordpress-me...
Oder hier:
www.meetup.com/de-DE/hambur...
Wo? Planckstr. 13 (Conference Cube)
Wann? Ab 19 Uhr
#WPHH - Wir freuen uns!
WP Letter #424 ist da 🌪️
Heute unter anderem mit:
📉 BackWPup ist gefallen
✨ WP 6.8.2
🤖 KI-Pläne
🌊 Ein WordCamp an der Ostsee
https://wpletter.de/archive/424/
Was ist nur aus BackWPup geworden? Das 5er-Update ist so grausam. Barrierefreiheit, Übersetzung, Bedienbarkeit - alles ist schlechter geworden.
Da musste ich mir meinen Frust mal von der Seele schreiben …
torstenlandsiedel.de/2025/07/18/d...
WP Letter #399 ist da ☔
🤝 Post Status verkauft
❤️ GoDaddy investiert
🏭 Enterprise-Report
https://wpletter.de/archive/399/
Know the animated 🌈 border + glow effect that's all the rage? It's normally done by adding an opaque cover on top of two 🌈 layers.
But what if we wanted a (semi)transparent background within the border? It's possible with pure #CSS!
Heavily commented on @codepen.io: codepen.io/thebabydino/...
Does someone know how to set default values for styling options for a custom block, that get shipped with the #block itself?
wordpress.org/support/topi...
#WordPress #WPdev #WPBlock #BlockJSON
Yes, there are. Adminer via plugin: wordpress.org/plugins/pexl... or phpmyadmin via plugin: wordpress.org/plugins/wp-p... for example.
The AI Services plugin version 0.4.0 is now available, including a new major feature: The AI Playground allows you to explore the available AI services and their capabilities through a dedicated UI.
I recorded a walkthrough video of the AI Playground: youtu.be/V64UmOK_iLU?...
Maroon beanie. Circular patch on the front has an orange WordPress logo in the middle; two colorful, long-tailed birds, one to the left and one to the right; and stemmed flowers above and below with the stems toward the logo.
Okay, someone help me. Where did I get this #WordPress ( #WordCamp ?) beanie?
🛠️ New Interactive Article: Balancing Text In CSS
I explored text balancing in CSS — what it is, the problems it solves, how it works, and included plenty of examples and use cases. Happy balancing! ⚖️
ishadeed.com/article/bala...
Oh wow. Someone solved this date problem good and proper. Amazing job. Such a clean API too.
getfullyear.com
XPoster 4.3.0 is published - now with Bluesky support! wordpress.org/plugins/wp-t... #WordPress #bluesky
xposterpro.com/released-tod...
Catch Outgoing Emails From #WordPress in #Laravel Herd
> If you’re using WordPress and you’re looking for an extremely quick way to add this functionality to your local installation, add the following code to an mu-plugin ...
tommcfarlin.com/emails-from-...
CSS code snippet: .magic { --bg: red; background: var(--bg); /* Swap between white or black based on the background. */ color: lch(from var(--bg) calc((50 - l) * infinity) 0 0); }
Found a neat CSS trick to automatically swap between black or white text based on any arbitrary background color!
With relative color syntax, you can use calc to adjust the text color depending if the background is above or below 50% lightness in the LCH color space.
For 1, this plugin would be my first try: de.wordpress.org/plugins/medi...
It's December 1st, and you know what that means: For the next 24 days, we'll publish articles about HTML by 24 authors. You can read them on the website or subscribe to the RSS channel.
Enjoy!
htmhell.dev/adventcalend...
Borlabs Cookie
Unfortunately I’m not there this time. Have fun!
You could try Antispam Bee as an alternative. (Disclaimer: I am one of the people maintaining it.)
So many Sitemaps are polluted with nonsense because of this. People need to made aware of public CPTs/taxonomies. Even in SEO plugins this is not handled very well.
Whereby is a good alternative. Also limited to 40 minutes in the free tier if I remember correctly.
So now ACF Pro has been taken over, too, nulled, copyright stripped, & available in the repo. Explain the difference between this, and what Festinger does?
#WordPress
youtu.be/nYHKSpfhrRE?...
If you are a woman who works in the WordPress space and are not on this list, please comment below so I can add you:
bsky.app/profile/did:...
@bsky.app @support.bsky.team The German translation of the „Post“ button is not „Beitrag“. This would be the translation of „Post“ as a noun, but in this context „Post“ is a verb and means „Veröffentlichen“ (to publish something).
Maybe someone could redirect this to the translation team! Thanks!
Since Portland, I've been talking with several friends who want to expand from plugin develoment to building a SaaS.
The short version: It's a really freaking hard change.
The long version: logtivity.io/lessons-word...
Two days ago, I posted I was working on a Chrome extension. It's harder than I thought. Not because of the functionalities, but the implementation. Taking a deep breath and trying again because it is not easy. All tuts are for basic cases. I found this BTW. WXT Next-gen Web Ext Framework wxt.dev