WordCamp Moscow 2016

I’m Konstantin Kovshenin, a WordPress core contributor, ex-Automattician, public speaker and consultant, enjoying life in Moscow. I blog about tech, WordPress and DevOps.

I do code review, training and consulting on WordPress performance, scaling and security. Schedule a call if you’re interested.

Subscribe to my newsletter and follow me on Twitter.

Recent Blog Posts

Introducing Semicolon

Semicolon is a brand new magazine theme for WordPress. It’s simple, clean, and it’s got quite a unique grid layout with support for featured posts. Semicolon was initially created for WP Magazine, an online news site about WordPress in Russian. It’s got support for featured posts, a social profiles menu, related posts, author bios, and a few widget areas. Head over to the demo...

Knock knock! Who’s there? … 1Password.

I’ve been using 1Password for almost a year now and I love it. 1Password Mini (that thing that lives in the OS X menu bar) is my favorite, especially combined with the Cmd+Alt+\ (or ⌘⌥\) shortcut key that opens the menu, focused on Search. Type a few letters, hit the right arrow, hit the down arrow, hit Enter and boom — you have your password in your clipboard for 90 seconds. Amazing...

Idea: Static Templates for WordPress

I was helping out a friend a few days with their fairly complicated WordPress website. Complicated because it had over 40 different page templates, rendered exclusively by PHP. Each page template had something special about it, like a form and form handler, a JavaScript calculator, a list of registered users, the current user profile and more. Page Templates worked pretty well, and the other...

Debug Bar Slow Actions

If a typical WordPress page load takes more than one second, chances are there’s something terribly wrong with your site, a theme or a plugin is probably doing something it shouldn’t. Obviously you don’t have time to review every single line in your codebase, so Debug Bar Slow Actions might help you out. Debug Bar Slow Actions is an extension for the popular Debug Bar plugin. It...

Templating WordPress (Video)

Last year I spoke at WordCamp Sofia and the videos are finally up on WordPress.tv. I spoke about templating in WordPress, about how and why the template hierarchy works, and covered some of the core functions like locate_template() and filters like template_include.

You can find the slides and reference links right here.

Social Menus in WordPress Themes

I’ve seen tens, maybe hundreds of different plugins, all with different approaches at creating social profile links in WordPress themes via widgets, menus, shortcodes, and “insert this piece of PHP code in footer.php” and whatnot.
A few days ago I stumbled on what I think is the right way.

Fail2ban + WordPress + Nginx

I’ve been using the Limit Login Attempts plugin for WordPress for quite a while. It basically logs failed login attempts and automatically blocks multiple attempts from a single IP address. A few days ago I’ve switched to fail2ban instead, which is pretty new to me. Fail2ban is a fairly simple yet very flexible framework that monitors log files for certain patterns, and runs...

Retina MacBook Pro

At Automattic we get to upgrade our computers once every two years or so, and a few weeks ago I got a brand new 13″ MacBook Pro with Retina display. This was my first reaction: I got a MacBook Pro with a Retina display. Now the web looks like crap. — Konstantin Kovshenin (@kovshenin) January 2, 2014 Even large sites like Facebook and Twitter are not Retina-friendly, despite the fact...

2013: A Year in Review

Twenty Thirteen (the year, not the theme) is almost over, so I’d like to go back and review some of the things I had planned and the goals I had set for the year.

Here’s what happened in 2013.

Publish up to 170% more posts with Color Schemes Roulette for WordPress

You know WordPress 3.8 has arrived, right? It’s got a total of eight new and beautiful color schemes for you to choose from, and another eight (at the time of writing) in an official plugin called Admin Color Schemes, so sixteen total. How do you pick one? Easy. Meet Color Schemes Roulette — a brand new WordPress plugin, that will randomly change your admin color scheme every time you...