Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    For displaying popup only on hme page you can add
    <?php if(is_home || is_front_page()) { ?>
    before line 28 in plugin inc/popup.php file and end the if condition after line 65
    <?php } ?>

    Thread Starter dzweb84

    (@dzweb84)

    Hallo, it works!
    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home page’ is closed to new replies.