Remove previous and next links
-
Hi, I would like to remove the previous and next links for my reviews. I used custom CSS and it works on my other posts, but not on reviews. When I tried to paste it under Recencio > Templates > Custom Styles it disappears.
This is what I used:
function remove_link( $format, $link ) { return false; } add_filter( 'previous_post_link', 'remove_link' ); add_filter( 'next_post_link', 'remove_link' );
Please help.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Remove previous and next links’ is closed to new replies.