jQuery(document).ready(function(){
    jQuery(".page-item-12 a:first, .page-item-14 a:first ").click(function(){ 
        return false;
    });
});

