// shortcode for the YEAR in copyrights, footers or wheveryou wanna stick it add_shortcode('year', function () { return date('Y'); });