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.


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 …


woman in deep through about code and development

Using the Singleton Pattern in PHP or WordPress

Design patterns are useful solutions to common problems that someone might face when designing software. The Singleton Pattern is one such design pattern that can be employed in your software. It falls into the creational category as parts of its pattern set …