Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Lester Chan

    (@gamerz)

    <?php
    if( ! in_category( array( 'cat-1', 'cat-2' ) ) ) {
        print_link();
    }
    ?>

    Where cat-1 and cat-2 is the category you do not want the print link to appear.

    Thread Starter wishing4a300

    (@wishing4a300)

    where exactly do i put that?

    Plugin Author Lester Chan

    (@gamerz)

    Where you want the print link to appear? It depends on theme to theme, I will not be able to tell you exactly. So if you need to know the exact line to put it, please contact your theme author.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove print icon from certain categories’ is closed to new replies.