In Wordpress if you want to filter the posts being displayed either by category or how many posts etc you use query_posts(). This unfortunately breaks the next_post_link() and previous_post_link() (the links still appear but when you click on them the content stays the same). Fortunately I found a fix:
Read More ..

