I’m happy to announce the availability of the next upgrade for Impressum Plus with version 2.11.0 that comes with some exciting new features!
Continue reading Impressum Plus 2.11.0 releasedBlog
ActivityPub is great to connect your WordPress blog to the Fediverse. However, depending on the activity, it is possible to create an accidental DDoS against the own server.
Continue reading Accidental DDoS through ActivityPub pluginToday, I’ve released Form Block Pro 1.3 with a bunch of new features as well as smaller bug fixes. One new feature again presents a brand new block, which you can use to repeat other form fields.
Continue reading Form Block Pro 1.3 releasedRunning the ActivityPub plugin for WordPress requires particular URLs to be working as expected. This is even more true for a multisite instance in a sub-directory. If you’re running a multisite in sub-directories as I do with nginx, it requires some special treatment.
Continue reading ActivityPub in sub-directory multisite in nginxWordPress can be installed and used very quickly. But you can also over-engineer it and deploy it via Git to have some benefits. In this article, you can find information about why this may be a good idea and what pitfalls may wait for you.
Continue reading Deploying WordPress via GitActivityPub and Webmention bring a large part of the fediverse to your WordPress instance. But what are their differences and how to use them? This and more will be part of this article.
Continue reading A guide to ActivityPub and Webmention in WordPressIf you don’t use separate core block assets loading, but register block styles, these styles are always loaded, even if not required. This adds unnecessary load, since CSS files will load even if they don’t apply.
Continue reading Block editor: Load custom block style only when usedThrough inline formatting in the block editor, you can change the format of content within a block. It’s usually meant to add HTML before and after a text selection. But since I needed to add and remove content inline, I wanted to achieve something different. So following, I describe how you can properly add and remove content via the block editor’s inline formatting.
Continue reading Block editor inline formatting: Add/Remove contentAfter implementing a filter system into a post search with post meta fields, I stumbled upon a major performance bottleneck. The more filters were set, the slower the query was – exponentially.
Continue reading WP_Query: Replace multiple joinsShortly before Christmas, I published my own coding standard and already implemented it in the first project. They make sure to not only maintaining a consistent coding style in the projects of Epiphyt, but also enforce using certain (security) features where necessary.
Continue reading I released my own coding standard