In nearly 1,000 days, the WordPress community has created 1,000 Block themes—coming together to use the full potential of the Site Editor and unleash new creative possibilities for everyone.
seen from Macao SAR China
seen from China

seen from Netherlands

seen from Russia

seen from Indonesia

seen from China

seen from Venezuela
seen from South Korea
seen from Australia

seen from Singapore

seen from United States
seen from United States
seen from China
seen from United Kingdom
seen from Malaysia
seen from United States
seen from China
seen from China
seen from China
seen from Finland
In nearly 1,000 days, the WordPress community has created 1,000 Block themes—coming together to use the full potential of the Site Editor and unleash new creative possibilities for everyone.
Sometimes you need to style your blocks individually, and this is where a unique ID for each block can come in handy. So how do you get one?
How to create a unique ID for your block so that you can style it.
*click* *click* ENHANCE *click* *click* ENHANCE *click *click*
I recently learned that there’s a built-in “lightbox” function for the block editor, where you can click on images to expand them. Go ahead, try it on the picture below: Isn’t that wild?! Who knew! This should be the default: Through the magic of the Internet, now it can be! https://github.com/emrikol/default-image-expand I took the lazy way and vibe coded this with Claude Code, so now all…
View On WordPress
Dashboard Changes
Midjourney AI-generated image of a “simplified dashboard”. WARNING: the following deals with the options for the WordPress Dashboard Interface. Unless you have an interest in getting confused, I would skip reading this post. Last week, WordPress sent out an announcement regarding the change to the WordPress.com Dashboard (LINK). I will be the first to admit the announcement left me confused,…
View On WordPress
How to Enable and Use WordPress Distraction-free Mode Screen
From brainstorming topic ideas to research to content briefs to the initial drafts, writing is hard enough. Don’t make it harder on yourself by writing in a distraction or clutter editor. The more cluttered your writing program interface, the harder it is to focus and complete writing on time. If you blog on WordPress, chances are, you find yourself clicking between the editor and other side…
View On WordPress
Easing My Head Out from Under a Rock
Yeah, I know I've been silent again the past few months. To be fair to myself, however, not only am I still dealing with the fallout of my dad's death, but also working on all the legal shenanigans involved.
Of course, another serious reason I've remained quiet on this blog the past few months is because Tumblr finally forced the dreaded Block Post Editor down all our throats. In some ways it's better than Wordpress' Block Editor, and in other ways it's worse. It also doesn't help that someone from Staff politely told me to go fuck myself (my words) when I asked for any accessibility features for their stupid new Post Editor. I'm currently playing around with it, seeing if I can make any kind of successful go at making it work for me in the long run.
Meet The Plugin That Lists All Your Multisite's Sites: Multisite Site List
Have you ever found yourself in this common situation? “I’ve got this lovely WordPress Multisite, but I’d like to list every site on it in a post or page!” Of course you have–we’ve all been there. Well, let me introduce you to my newest plugin: site-list https://github.com/emrikol/site-list Installing the Plugin Installing it is a breeze, and using it is as easy as pie—assuming you find pie…
View On WordPress
Wordpressin'
So, as I'm looking for a new gig, I took the opportunity to freshen up my portfolio site, which uses WordPress.
For the longest time I didn't want to get on board with Gutenberg, the blocks-based editing system introduced in 2018. (In a more limited way, this also powers the post editor on Tumblr.)
I had installed the Classic Editor option so all I would see was the pre-Gutenberg UI.
Aaaaaannnnd... i turned it off.
And ditched my old theme for this year's stock theme, Twenty Twenty-Three.
I have to say the new editing experience is pretty sweet.
Instead of a forms-based editor where you need to fill in each item of metadata manually - title, subtitle, preferred permalink, etc etc, and for each of these things to be hard-coded to elements in your theme, now it's more or less completely freeform. Just enter a title, and then start typing.
The block-based layout is super flexible, if a little obtuse at times. You can add blocks from a standard library of items or install new custom ones, and then insert or drag and drop them where you wish. You can group items together to create "patterns" for reuse elsewhere.
It's also easy to go from editing a post, straight into editing the actual underlying post template with the same blocks-based UI. (This confused me a bit at first, but I got the hang of it.)
Plus, they include all sorts of interesting blocks that are useful, like e-commerce widgets (for instance, selling tickets through Eventbrite, etc.).
The only third-party plugin I'm running right now is FooGallery which turns the built-in image galleries into expandable slideshows to view images full-size (I'm a bit puzzled as to why this isn't part of the default WP Gallery block tbh).
I'm glad I finally took the plunge, because it makes customizing a site sooooo much easier and code-free. But I'd love to learn how to create Blocks of my own, too.