remove function from homepage only
-
i am looking to remove a function from the homepage only. this is the code i use:
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
i want to make it so it will NOT show on homepage, but everywhere else.
is there code to exclude it from showing on homepage? if so – what is it? ty
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘remove function from homepage only’ is closed to new replies.