Viewing 1 replies (of 1 total)
  • add if-else statement… For example:

    <?php if(is_page(2)) { ?>
    <div class="frontPagePost">
    <?php } else {?>
    <div class="post">
    <?php } ?>

    instead of (is_page(2)), you can use (is_front_page()) but that doesn’t always work fine for me. And you just have to change number of a page to be what ever your front page No is. Hope that helps. ??

Viewing 1 replies (of 1 total)
  • The topic ‘Need different Post page height on home page’ is closed to new replies.