Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php if ( is_front_page() ) {
- $bodyClass = 'font-poppins';
- } elseif ( is_archive() || is_author() || is_category() || is_single() || is_tag() ) {
- $bodyClass = 'font-poppins';
- } elseif ( is_home() ) {
- $bodyClass = 'font-poppins';
- } else {
- $bodyClass = '';
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement