Hello,
Does anyone how to prevent the wp-page navi pagination (numbers 1 2 3 ...) when there is only one page?
This is the call function
<?php if (function_exists('wp_pagenavi')) { wp_pagenavi();
} else {
previous_posts_link(__('Prev'));
next_posts_link(__('Next'));
}
?>
but maybe the edit has to be done into the actual plugin files??
Thanks
P