Mika MAtikainen

Apr 15, 2020 · 4 min read

How to Custom classes for the body tag in wordpress?

        
        function wps_custom_body_class($classes) {
	        $classes[] = 'body-class';
	    return $classes;
	    }
        add_filter('body_class', 'wps_custom_body_class');
        
    

Subscribe To Our Newsletter

Join our mailing list to receive the latest news and updates from our team.

You have Successfully Subscribed!

Share This