is_front_page not working at all in any of the themes .php files

I am using the Paragrams theme from the kind folks at wpshower. I have a little different front page that I would like to load with an image rotator and different layout in the for loop. I have tried all of the conditional comments, with no avail.

There are some posts on this already that didn’t have a solution…

Read More

I even tried this most basic if else from the WP forum without any help. What am i missing? 🙁

<?php
if (is_front_page())
{?>

<div>Flash Gordon</div>

<?php } else { ?>

<div>Wins the Battle!</div>
<?php } ?>

Related posts

Leave a Reply

1 comment