passing a front-end body class
This commit is contained in:
parent
1d3f9dfcb6
commit
101b178bb4
|
|
@ -11,7 +11,7 @@
|
|||
</head>
|
||||
<?php $currentLanguage = apply_filters('wpml_current_language', null); ?>
|
||||
|
||||
<body <?php body_class(); ?> current-language="<?php echo $currentLanguage ?? "" ?>">
|
||||
<body <?php body_class("homegrade-frontend-page"); ?> current-language="<?php echo $currentLanguage ?? "" ?>">
|
||||
<?php
|
||||
do_action('tailpress_site_before');
|
||||
global $post;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user