Best Reloaded – Bootstrap WordPress Theme

The theme should be currently running on this site.
You can download it from:

To demo the theme you can try to search in the navigation above,
or check out some of the latest posts at the bottom of the page.

Sidebar Layouts

The Best Reloaded theme can be configured to use a left sidebar or a right sidebar by default. Page templates exist for left sidebar, right sidebar plus a full-width no sidebar option.


How Signed Updates Work

Most WordPress plugins sold outside the official repository update themselves the same way: your site checks an online store for a new version, downloads a zip file, and swaps it in for the old plugin folder. That works fine until …


WordPress Plugin Testing with Docker and PHPUnit

Setting up PHPUnit for WordPress plugins is a multi-step friction fest: install WordPress, Composer, the test suite, SVN, MySQL, debug environment issues. Then your CI fails anyway because the environment doesn’t match your laptop. This Docker image solves both problems. One image, PHP 7.4–8.4 support, same environment everywhere. Local tests run exactly like CI tests. No setup steps. No environment drift.


Creating a Keyboard Focus Trap

Focus traps are an important—often misunderstood—keyboard navigation pattern. While their main appeal is improving accessibility, they also improve the user experience for everyone. They keep users where they want to be, avoiding confusion and disorientation. This article is primarily about …