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 you can add the below shortcode wrapped in suqare brackets [ ]:
current_year
The format would then be:
Company Name ©️ [current_year] | Site by All in IT Solutions