Forums

Intuitive Navigation
Post on blog posts only, not pages (2 posts)

  1. deadlyknitshade
    Member
    Posted 1 year ago #

    Hi

    Is there a way to stop this plugin from appearing on my pages? I only want it to show up on my posts?

    Thanks.

    http://wordpress.org/extend/plugins/intuitive-navigation/

  2. Denis Buka
    Member
    Plugin Author

    Posted 1 year ago #

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

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

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic