is_front_page() not working
-
Hey,
I like your plugin! That is what I want. I select a cpt-page as front page and its working as expected ??
But the function is_front_page isn’t working on header.
<?php if(is_front_page() ) { ?> //do stuff <?php } ?>
Why is the cpt-page/post not true, if I use this function in header?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘is_front_page() not working’ is closed to new replies.