Add CSS Class to WordPress Body Tag If Active Sidebar Present —
I recently started work on a theme that I wanted to make truly flexible. As part of this I wanted to add a CSS class to the <body> tag of ‘has_sidebar’ in the condition that the site had a sidebar with widgets present (an active sidebar). I found a few tutorials but they were for old versions [...]