Author: Fränk Klein
-
The Challenges and Opportunities for WordPress Professionals in 2025
For the longest time, WordPress was the go-to platform for anyone looking to build a website. From its easy-to-use interface to the extensive collection of plugins and themes, as well…
-
The Big Gutenberg Misconception
In The Why Behind Gutenberg, we looked at the reasons behind the changes coming to WordPress. In this article, we’ll examine how far the Gutenberg project has come and what’s on…
-
How to dynamically inject blocks into content
A common requirement that my clients have is a content injection plugin for a client. This is because content injection is a common need in the publishing space. What is content injection?…
-
How to migrate classic content to blocks
There are four approaches for migrating classic content to blocks. But before we get into that, let’s first look at the required preparation work. Start a content audit It’s typical…
-
Using SVG icons in WordPress – the safe way
One of my favorite block plugins is the Icon Block. In this article, I want to highlight this and a few other use cases for this plugin. I also want…
-
Changing HTML Tag Attributes with the WP HTML Tag Processor
So what problem does the WP_HTML_Tag_Processor added in WordPress 6.2 solve? Well since its inception, WordPress has used filters to do additional processing on the HTML it generates. This approach…