'

Ultimate WordPress body_class function

I wasn’t happy with the default body_class() function in WordPress. I wanted to assign more classes to the body element in order to target various sections or specific pages across the website, so that to style them appropriately. Filtering the body_class() function is a common practice and I found several resources to help me in the task. I started playing [...more]