<script>
$(function(){
$('a[href^="#"]').on('click', function(event) {
event.preventDefault();
var sc = $(this).attr("href"),
dn = $(sc).offset().top - 100;
$('html, body').animate({scrollTop: dn}, 1000);
});
});
</script>
$(this).addClass('currentActive');
<?php
if( !is_page( 100 ) ) {
// Выведет на всех страницах, кроме страницы с ID 100
}
?>