Hey all I'm trying to display seperate body classes for the home page and the inner pages.
Help with PHP if-then..
3
Hey all
I'm trying to display seperate body classes for the home page and the inner pages.
I have written this into my index.php
<body class="<?php if (page-id-5){
echo "body-home";
} else {
echo "body-other";
}
?>">
It does work for the front page (page-id-5), but it just puts in "body-home" on the inner pages as well.
Any ideas?
Kind regards
I'm trying to display seperate body classes for the home page and the inner pages.
I have written this into my index.php
<body class="<?php if (page-id-5){
echo "body-home";
} else {
echo "body-other";
}
?>">
It does work for the front page (page-id-5), but it just puts in "body-home" on the inner pages as well.
Any ideas?
Kind regards
- theIMgeek
- [ 1 ] Thanks
- [1] reply
- HenrikPoulsen
Next Topics on Trending Feed
-
3