
Format Company Name © yyyy | Site by All in IT Solutions Auto-updating year Paste this code into a new PHP snippet using WP Code Plugin (add new from wordpress repository) function display_current_year() { return date('Y'); } add_shortcode('current_year', 'display_current_year'); Then…