Viewing 1 replies (of 1 total)
  • Plugin Author Denis Buka

    (@denis-buka)

    You can try something like this when inserting the code into the template:

    <?php
    if ( function_exists( 'addIntNav' ) ) {
     if (!is_page()) {
      addIntNav();
     }
    }
    ?>

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Intuitive Navigation] Post on blog posts only, not pages’ is closed to new replies.