is_home() not working
-
I want to test for the home page (root)
I tried with is_home(), is_page(’39’) and is_page(‘Startseite’), but nothing workedHow then?
Here my code in page.php
<?php if(is_single('39') ) { ?>
<div id="contentwide">
<h1>contentwide</h1>
<?php } else { ?>
<div id="content">
<?php } ?>
Matthias
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘is_home() not working’ is closed to new replies.