How can I remove the next and previous links in a custom post type archive page, but only for that post type?
I know I could wrap any function in if ( get_post_type($post) == 'myposttype' ) {} but I can't find a solid snippet to remove the pagination.
I have tried a few solutions, this being one of them, but nothing is working. And yes, I did try removing them from my template. :)
